ayush2917 commited on
Commit
511ac2d
Β·
verified Β·
1 Parent(s): b9a4012

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -10,21 +10,21 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- # Rupeia Customer Support Chatbot πŸ€–πŸ“ˆ
14
 
15
- **AI-powered financial guidance** with RAG technology for precise investment, savings, and product queries.
16
 
17
- ![Demo](https://example.com/rupeia-demo.gif) *← Add screenshot link*
18
 
19
  ## πŸš€ Quick Start
20
 
 
21
  ```bash
22
- # 1. Clone & install
23
- git clone https://github.com/your-repo/rupeia-chatbot.git
24
- pip install -r requirements.txt
25
 
26
- # 2. Configure (edit paths)
27
- nano config/config.yaml
28
 
29
- # 3. Launch
30
- python app.py # β†’ http://localhost:7860
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # Rupeia Financial Support Bot πŸ€–πŸ’¬
14
 
15
+ **AI-powered investment guidance** with RAG technology for precise answers to financial queries.
16
 
17
+ ![Chatbot Interface](https://example.com/rupeia-interface.png) <!-- Replace with actual screenshot -->
18
 
19
  ## πŸš€ Quick Start
20
 
21
+ ### Local Deployment
22
  ```bash
23
+ git clone https://github.com/your-repo/rupeia-chatbot
24
+ cd rupeia-chatbot
25
+ pip install -r requirements.txt # Python 3.10+
26
 
27
+ # Configure model paths
28
+ echo "model_path: models/distilgpt2\ndata_path: data/knowledge_base" > config/config.yaml
29
 
30
+ python app.py # Access at http://localhost:7860