--- 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