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
- 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
- Install dependencies:
pip install -r requirements.txt
- 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.