Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# π€ LangChain Runnables Chatbot
|
| 2 |
+
|
| 3 |
+
A **modular, production-ready chatbot** built with **LangChain Runnables** and deployed on **Hugging Face Spaces**.
|
| 4 |
+
|
| 5 |
+
## β¨ Features
|
| 6 |
+
|
| 7 |
+
- β
**Modular Design** - Built using LangChain Runnables for easy extensibility
|
| 8 |
+
- β
**Multi-Strategy Response** - Fact retrieval, joke generation, conversational AI
|
| 9 |
+
- β
**Hugging Face Integration** - Uses open-source LLMs (Mistral-7B-Instruct)
|
| 10 |
+
- β
**Gradio UI** - Clean and interactive web interface
|
| 11 |
+
- β
**Easy Deployment** - Ready for Hugging Face Spaces, Streamlit Cloud, or Docker
|
| 12 |
+
|
| 13 |
+
## π Live Demo
|
| 14 |
+
|
| 15 |
+
π **[Try it on Hugging Face Spaces](#)** *(add your link after deployment)*
|
| 16 |
+
|
| 17 |
+
## π οΈ Tech Stack
|
| 18 |
+
|
| 19 |
+
| Component | Technology |
|
| 20 |
+
|-----------|------------|
|
| 21 |
+
| Framework | LangChain |
|
| 22 |
+
| LLM | Hugging Face (Mistral-7B-Instruct) |
|
| 23 |
+
| UI | Gradio |
|
| 24 |
+
| Deployment | Hugging Face Spaces |
|
| 25 |
+
|
| 26 |
+
## π¦ Installation
|
| 27 |
+
|
| 28 |
+
### Local Setup
|
| 29 |
+
|