{"id":24752089,"url":"https://github.com/s-4-m-a-n/restaurantbot","last_synced_at":"2025-03-23T04:14:58.719Z","repository":{"id":168982313,"uuid":"643579318","full_name":"s-4-m-a-n/RestaurantBot","owner":"s-4-m-a-n","description":"The Restaurant Bot is a proof of concept project powered by Rasa that aims to provide a seamless food ordering experience. With advanced natural language processing capabilities, it allows users to effortlessly place food orders, track their status.","archived":false,"fork":false,"pushed_at":"2023-06-27T16:44:01.000Z","size":3131,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T10:37:28.344Z","etag":null,"topics":["ai","chatbot","machine-learning","nlp","rasa","rasa-chatbot","restaurant-app","restaurant-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s-4-m-a-n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-21T15:58:54.000Z","updated_at":"2024-09-03T15:30:42.000Z","dependencies_parsed_at":"2025-01-28T10:47:02.424Z","dependency_job_id":null,"html_url":"https://github.com/s-4-m-a-n/RestaurantBot","commit_stats":null,"previous_names":["s-4-m-a-n/restaurantbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-4-m-a-n%2FRestaurantBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-4-m-a-n%2FRestaurantBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-4-m-a-n%2FRestaurantBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-4-m-a-n%2FRestaurantBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s-4-m-a-n","download_url":"https://codeload.github.com/s-4-m-a-n/RestaurantBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052670,"owners_count":20553172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","chatbot","machine-learning","nlp","rasa","rasa-chatbot","restaurant-app","restaurant-bot"],"created_at":"2025-01-28T10:35:30.201Z","updated_at":"2025-03-23T04:14:58.704Z","avatar_url":"https://github.com/s-4-m-a-n.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RestaurantBot 🤖💬\n\n**Your Personal Food Ordering Assistant**\n\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source-150x25.png?v=103)](https://github.com/s-4-m-a-n) \n[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.png?v=103)](https://opensource.org/licenses/mit-license.php)\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)\u003cbr/\u003e\n\nThe Restaurant Bot is a proof of concept project powered by Rasa that aims to provide a seamless food ordering experience. With advanced natural language processing capabilities, it allows users to effortlessly place food orders, track their status, and receive personalized recommendations based on their preferences.\n\n## Features\n\n- Intuitive conversational interface for placing orders :white_check_mark:\n- Real-time order tracking and updates :white_check_mark:\n- Personalized recommendations based on user preferences :black_square_button:\n- Multi-platform support (web, mobile, messaging apps) :black_square_button:\n- Integration with popular food delivery services :black_square_button:\n\n## Technology used\n- Python (3.7.16)\n- Docker (24.0.2, build cb74dfc)\n- Docker compose (v2.17.3)\n- Bootstrap 5.0\n\n## Requirements\n- Flask==2.2.5\n- flask_sqlalchemy==3.0.3\n- SQLAlchemy==1.4.48\n- Requests==2.30.0\n- reportlab==4.0.4\n- rasa:3.5.6\n- rasa-sdk:3.5.1\n\n## Chatbot UI widget\n- [Chatbot widget](https://github.com/Ani512/respobot-frontend)\n  \n## How to run\n\n**1. Clone the repository:**\n\n```bash\ngit@github.com:s-4-m-a-n/RestaurantBot.git\n```\n\n**2. Docker compose**\n\n*:heavy_exclamation_mark: Make sure you have docker and docker compose installed on your system*\n```bash\n$ sudo docker compose up --build\n```\n\n**4. Train the model manually**\n\n   - **get inside rasa-server container**\n     \n ```bash\n $ docker exec -it rasa-server sh\n ```\n    \n   - **train rasa model**\n     \n ```bash\n $ rasa train --fixed-model-name mymodel\n ```\n## Endpoints\nonce the docker compose is up you can visit the following link to check out the chatbot\n\n- `http://localhost:5000/chat`\n  \n- `http://localhost:5000/`\n\n## Usage\n- Interact with the ResBot through the chatbot web interface.\n- Follow the prompts to place food orders, track their status, and explore personalized recommendations.\n\n## Screenshots\n![screenshot of chatbot UI](https://github.com/s-4-m-a-n/RestaurantBot/blob/main/screenshots/chatbot-ui.png)\n![screenshot of order mgmt](https://github.com/s-4-m-a-n/RestaurantBot/blob/main/screenshots/order-mgmt.png)\n\n## Demo\n![Demo](https://github.com/s-4-m-a-n/RestaurantBot/blob/main/screenshots/demo.gif)\n\n## Contributing\nContributions are welcome! If you'd like to contribute to the ResBot project, please follow these steps:\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Push your changes to your fork.\n5. Submit a pull request.\n\n## Acknowledgements\n\nWe would like to express our gratitude to the open-source community for providing the necessary tools and resources to develop this project.\n\n\n## LICENSE:\n  It is an open source project and is being licensed under MIT LICENSE - [click me](https://github.com/s-4-m-a-n/RestaurantBot//blob/master/LICENSE) to get to the license file for more details.\n\n## Contact\n**For any inquiries or feedback, please reach out to us at `dhakalsumn739@gmail.com`.**\n[![gmail](https://img.shields.io/static/v1.svg?label=contact\u0026message=@me\u0026color=9cf\u0026logo=gmail\u0026style=flat\u0026logoColor=white\u0026colorA=critical)](https://mail.google.com/mail/?view=cm\u0026fs=1\u0026to=dhakalsumn739@gmail.com) \n[![linkedin](https://img.shields.io/static/v1.svg?label=follow\u0026message=@\u0026color=grey\u0026logo=linkedin\u0026style=flat\u0026logoColor=white\u0026colorA=informational)](https://www.linkedin.com/in/suman-dhakal-2822a1198/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-4-m-a-n%2Frestaurantbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-4-m-a-n%2Frestaurantbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-4-m-a-n%2Frestaurantbot/lists"}