Spaces:
Sleeping
Sleeping
| 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 | |