Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π Vehicle Fault Chatbot using Streamlit + Groq API
|
| 2 |
|
| 3 |
-
This app
|
| 4 |
|
| 5 |
-
## Features
|
| 6 |
-
-
|
| 7 |
-
- Uses Groq LLM
|
| 8 |
-
-
|
| 9 |
|
| 10 |
-
##
|
| 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
|