Shanmuganathan75 commited on
Commit
c2106bf
Β·
verified Β·
1 Parent(s): 79d248f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -13
README.md CHANGED
@@ -1,19 +1,33 @@
1
  ---
2
- title: Food Delivery Chatbot
3
- emoji: πŸš€
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
  pinned: false
11
- short_description: Capstone project Food Delivery Chatbot
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
 
 
 
 
 
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: FoodHub AI Chatbot
3
+ emoji: πŸ•
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: "1.31.0"
8
+ app_file: app.py
 
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
+ # πŸ• FoodHub - AI-Powered Food Delivery Chatbot
14
 
15
+ An intelligent chatbot for managing food delivery orders with:
16
+ - βœ… Real-time order tracking
17
+ - βœ… Payment status checks
18
+ - βœ… Order cancellation handling
19
+ - βœ… Automatic escalation detection
20
+ - βœ… Secure guardrails against malicious queries
21
 
22
+ ## How to Use
23
+ 1. Enter your Groq API key in the sidebar
24
+ 2. Login with your Customer ID
25
+ 3. Ask questions about your order!
26
+
27
+ ## Tech Stack
28
+ - **Frontend**: Streamlit
29
+ - **LLM**: Groq (LLaMA-4 Scout)
30
+ - **Database**: SQLite
31
+ - **Framework**: LangChain
32
+
33
+ Made with ❀️ by FoodHub Team