Skip to content

A Python chatbot powered by Groq’s API and LLaMA 3, focused on cars and motorsports. Chat in real time about car models, racing, and automotive history. Runs in the terminal using the OpenAI-compatible SDK. Simple, lightweight, and easy to extend. Type quit to exit.

License

Notifications You must be signed in to change notification settings

sambit-04/Car-Chatbot-using-Groq-and-LLaMA-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Car-Chatbot-using-Groq-and-LLaMA-3

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.


✨ Features

  • 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

⚙️ Setup

  1. Clone the repository:
git clone https://github.com/yourusername/car-chatbot.git
cd car-chatbot
  1. Install dependencies:
pip install openai
  1. Open apibot.py and replace the placeholder API key with your Groq API key.

🚀 Usage

Run the chatbot:

python apibot.py

Example interaction:

User: Tell me about the fastest F1 cars.  
Bot: The fastest F1 cars in history include...

Type quit to exit.


🔮 Future Enhancements

  • 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

📄 License

This project is licensed under the MIT License. You are free to use, modify, and distribute it with proper attribution.

About

A Python chatbot powered by Groq’s API and LLaMA 3, focused on cars and motorsports. Chat in real time about car models, racing, and automotive history. Runs in the terminal using the OpenAI-compatible SDK. Simple, lightweight, and easy to extend. Type quit to exit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages