HrshvrdhnM2323 commited on
Commit
cecbbad
Β·
verified Β·
1 Parent(s): 860591f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
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
+