Test_Elec_ChatBot / README.md
adzee17's picture
Update README.md
c11bbaa verified
---
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