ruthran's picture
Initial commit: Add README, .gitignore, and LICENSE
010dd49

Chatbot with LangChain, Python, Gradio, and Hugging Face for Beginners

Description

This project is a training repository for building a chatbot using LangChain, Python, Gradio, and Hugging Face libraries. Designed for beginners to learn about conversational AI.

Setup Instructions

  1. Clone the repository:
git clone https://github.com/hereandnowai/chatbot-with-langchain-poml-gradio-huggingface-for-beginners.git
cd chatbot-with-langchain-poml-gradio-huggingface-for-beginners
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python app.py

Basic Usage

Launch the Gradio interface to interact with the chatbot.

Contributing

Please read the CONTRIBUTING.md file for guidelines.