Skip to content

edquestofficial/Burget-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burger Bot 🍔🤖

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.

Demo Video

Watch the demo video to see Burger bot in action:

Watch the video

Features

  • 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.

Technologies Used

  1. Python
  2. Gemini
  3. Gradio
  4. Colab

High level architecture diagram

image

Getting Started

Installation:
  1. Clone the repository:

    git clone https://github.com/edquestofficial/Burget-Bot

    cd burger-bot

  2. Virtual environment:

    python -m venv venv

Windows : venv\Scripts\activate

Mac\Linux: source myenv/bin/activate

  1. Install the required packages:

    pip install -r requirements.txt

  2. 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

Running the Bot

To start the bot, run the following command:

python app.py

Demo View

image

image

image

Feedback/ Query Form

share any query or feedback in this google form: Feedback Form

About

Burger Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors