- Interactive conversation to order fast food items.
- Built with Rasa for advanced natural language understanding.
- Flask API to handle requests and serve the chatbot interface.
Here are some examples of conversations you can have with this bot:
To run this bot, you need to have Docker installed on your machine. Follow the instructions below to get started.
- Docker installed on your machine.
- Docker Compose installed on your machine.
-
Clone the repository:
git clone https://github.com/MohammadRoodbari/Fast-Food-Bot.git cd fast-food-bot
-
Build and run the Docker containers:
docker-compose up --build -d
-
Open your browser and go to
http://172.20.0.2:5000/
to chat with the bot.
Once the application is up and running, you can interact with the Fast-Food-Bot through the web interface provided at http://172.20.0.2:5000/
. The bot is designed to handle various types of fast food orders and provide a smooth user experience.
This project is licensed under the MIT License - see the LICENSE file for details.
Enjoy your interaction with Fast-Food-Bot!