Spaces:
Sleeping
Sleeping
File size: 604 Bytes
c11bbaa c4835d0 4243b10 c11bbaa 4243b10 c11bbaa 4243b10 c11bbaa c4835d0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
title: Vehicle Diagnostic Chatbot
emoji: π
colorFrom: indigo
colorTo: blue
sdk: docker
pinned: false
app_file: streamlit_app.py
---
# π Vehicle Fault Chatbot using Streamlit + Groq API
This app helps users diagnose common car issues such as overheating, battery problems, and odd engine sounds.
## β
Features
- Built with **Streamlit** for a clean interface
- Uses **Groq's LLM API** to provide expert-like responses
- Offers causes and repair suggestions for vehicle faults
## π Running Locally
1. Install Python 3.10+
2. Install dependencies:
```bash
pip install -r requirements.txt
|