Spaces:
Sleeping
Sleeping
metadata
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
- Install Python 3.10+
- Install dependencies:
pip install -r requirements.txt