title: LangChain Chatbot emoji: 🤖 colorFrom: #FF5E5B colorTo: #C471ED sdk: streamlit sdk_version: 1.8.0 app_file: app.py pinned: false
Welcome to the LangChain Chatbot project! 🚀 This chatbot is built using LangChain, providing an end-to-end conversational experience.
LangChain Chatbot is designed to showcase the capabilities of LangChain in creating powerful and interactive chat applications. The chatbot leverages state-of-the-art language models to provide intelligent responses.
- Conversational AI powered by LangChain
- End-to-end chat experience
- Streamlit-based user interface
To run the LangChain Chatbot locally, follow these steps:
-
Clone the repository:
git clone https://github.com/GaganaMD/langchain-chatbot.git cd langchain-chatbot
-
Install dependencies: pip install -r requirements.txt
-
Run the application: streamlit run app.py
Once the application is running, type your messages in the input box and receive responses from the chatbot. Experiment with different prompts to explore the capabilities of the language model.