A Python chatbot powered by Groq’s API and LLaMA 3, designed for automotive enthusiasts. Talk about cars, motorsports, racing history, and more — right from your terminal.
- Real-time chatbot specialised in cars & motorsports
- Built with Groq API + LLaMA 3 (OpenAI-compatible SDK)
- Runs in the terminal with a simple script
- Lightweight, extensible, and easy to customise
- Exit anytime with
quit
- Clone the repository:
git clone https://github.com/yourusername/car-chatbot.git
cd car-chatbot- Install dependencies:
pip install openai- Open
apibot.pyand replace the placeholder API key with your Groq API key.
Run the chatbot:
python apibot.pyExample interaction:
User: Tell me about the fastest F1 cars.
Bot: The fastest F1 cars in history include...
Type quit to exit.
- Add memory for longer conversations
- Support voice-to-text input
- Extend knowledge with real-time automotive news
- Option to run as a web app with Flask/FastAPI
This project is licensed under the MIT License. You are free to use, modify, and distribute it with proper attribution.