Skip to content

MenuGenie is an AI-powered chatbot designed to streamline customer interactions in a restaurant environment. This intelligent assistant allows customers to view the menu, place orders, and receive personalized recommendations—all through a simple and user-friendly chat interface.

Notifications You must be signed in to change notification settings

anubhavsultania/MenuGenie

Repository files navigation

Directory structure
===================
backend: Contains Python FastAPI backend code
db: contains the dump of the database. you need to import this into your MySQL db by using MySQL workbench tool
frontend: website code

Install these modules
======================

pip install mysql-connector
pip install "fastapi[all]"

OR just run pip install -r backend/requirements.txt to install both in one shot

To start fastapi backend server
================================
1. Go to backend directory in your command prompt
2. Run this command: uvicorn main:app --reload

About

MenuGenie is an AI-powered chatbot designed to streamline customer interactions in a restaurant environment. This intelligent assistant allows customers to view the menu, place orders, and receive personalized recommendations—all through a simple and user-friendly chat interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published