adzee17 commited on
Commit
c11bbaa
Β·
verified Β·
1 Parent(s): c4835d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -1,13 +1,23 @@
 
 
 
 
 
 
 
 
 
 
1
  # 🚘 Vehicle Fault Chatbot using Streamlit + Groq API
2
 
3
- This app diagnoses common vehicle issues like engine overheating, strange sounds, etc.
4
 
5
- ## Features
6
- - UI built in Streamlit
7
- - Uses Groq LLM via free API
8
- - Provides possible causes and fixes
9
 
10
- ## How to Run (Locally)
11
  1. Install Python 3.10+
12
  2. Install dependencies:
13
  ```bash
 
1
+ ---
2
+ title: Vehicle Diagnostic Chatbot
3
+ emoji: 🚘
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: false
8
+ app_file: streamlit_app.py
9
+ ---
10
+
11
  # 🚘 Vehicle Fault Chatbot using Streamlit + Groq API
12
 
13
+ This app helps users diagnose common car issues such as overheating, battery problems, and odd engine sounds.
14
 
15
+ ## βœ… Features
16
+ - Built with **Streamlit** for a clean interface
17
+ - Uses **Groq's LLM API** to provide expert-like responses
18
+ - Offers causes and repair suggestions for vehicle faults
19
 
20
+ ## πŸš€ Running Locally
21
  1. Install Python 3.10+
22
  2. Install dependencies:
23
  ```bash