Welcome to the Burger Bot repository! This project is a chatbot designed to assist with ordering burgers. The bot is built using Gradio and the Gemini API, and includes a Colab file with the code.
Watch the demo video to see Burger bot in action:- User-friendly Interface: Easy-to-use interface powered by Gradio.
- Order Management: Helps users order burgers efficiently.
- Interactive Demo: Try the bot directly via the included Colab file.
- Demo Video: Watch the bot in action with our demo video.
- Python
- Gemini
- Gradio
- Colab
-
Clone the repository:
git clone https://github.com/edquestofficial/Burget-Botcd burger-bot -
Virtual environment:
python -m venv venv
Windows : venv\Scripts\activate
Mac\Linux: source myenv/bin/activate
-
Install the required packages:
pip install -r requirements.txt -
Create a .env file in the root directory of the project and define your Gemini API key:
echo GEMINI_API_KEY=your_api_key_here > .env
To start the bot, run the following command:
python app.py
share any query or feedback in this google form: Feedback Form



