{"id":21151910,"url":"https://github.com/abhifuturetech/servicegenie-chatbot","last_synced_at":"2025-07-09T09:32:16.485Z","repository":{"id":239265847,"uuid":"799057694","full_name":"AbhiFutureTech/ServiceGenie-chatbot","owner":"AbhiFutureTech","description":"Food ordering chatbot using Dialogflow, FastAPI backend, MySQL database, and a responsive frontend. Allows users to place new orders and track existing ones.","archived":false,"fork":false,"pushed_at":"2024-08-18T17:19:41.000Z","size":74,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-18T18:36:37.249Z","etag":null,"topics":["fastapi","large-language-models","mysql","neural-network","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbhiFutureTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-11T04:23:03.000Z","updated_at":"2024-08-18T18:36:40.219Z","dependencies_parsed_at":null,"dependency_job_id":"e6e5e11d-46c5-464e-b67e-4eaf6e14cca5","html_url":"https://github.com/AbhiFutureTech/ServiceGenie-chatbot","commit_stats":null,"previous_names":["patilabhi20/food_chat_bot","abhifuturetech/chat-bot","abhifuturetech/servicegenie-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhiFutureTech%2FServiceGenie-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhiFutureTech%2FServiceGenie-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhiFutureTech%2FServiceGenie-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbhiFutureTech%2FServiceGenie-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbhiFutureTech","download_url":"https://codeload.github.com/AbhiFutureTech/ServiceGenie-chatbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225532197,"owners_count":17483997,"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":["fastapi","large-language-models","mysql","neural-network","python"],"created_at":"2024-11-20T10:19:53.130Z","updated_at":"2024-11-20T10:19:53.857Z","avatar_url":"https://github.com/AbhiFutureTech.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Chatbot for food orders online delivery using Dialogflow\n===================\nBuild a chatbot for food orders online delivery using Google's Dialogflow ES. This bot supports two options,\n\n1) New Order\n2) Track Order\n\n1) New Order: Sample Conversation\n\n```\nBot: How can I help you? You can say things like (1) New Order (2) Track Order\nUser: New Order\nBot: What would you like to have? You can say things like 2 pizzas, one vada pav.\n     Only order from this list: Vada Pav, Pav Bhaji, Mango Lassi, Pizza, Rava Dosa, Masala Dosa, Samosa\nUser: I would like to have 2 Rava Dosa and one plate of samosa\nBot: Added 2 Rava Dosa and 1 Samosa. Anything else?\nUser: Oh yes, add one mango lassi, please\nBot: Sure. Now we have 2 Rava Dosa, 1 Samosa and 1 Mango Lassi. Anything else?\nUser: Well, you know my cholesterol came high so let's remove Samosa\nBot: Sure. Now we have 2 Rava Dosa, and 1 Mango Lassi. Anything else?\nUser: Nope. That's it\nBot: Awesome. Your order is placed. Order id # 45. Your total bill is 19$ which you can pay at the time of delivery!\n```\n\n2) Track Order: Sample Conversation\n\n```Bot: How can I help you? You can say things like (1) New Order (2) Track Order\nUser: Track Order\nBot: What is your order id?\nUser: 45\nBot: Order # 45, is in transit\nUser: How about 41\nBot: ORder # 41 is delivered\n```\n\n\nDirectory structure\n===================\nbackend: Contains Python FastAPI backend code\ndb: contains the dump of the database. you need to import this into your MySQL db by using MySQL workbench tool\ndialogflow_assets: this has training phrases etc. for our intents\nfrontend: website code\n\nInstall these modules\n======================\n\npip install mysql-connector\npip install \"fastapi[all]\"\n\nOR just run pip install -r requirements.txt to install both in one shot\n\nTo start fastapi backend server\n================================\n1. Go to backend directory in your command prompt\n2. Run this command: uvicorn main:app --reload\n\nngrok for https tunneling\n================================\n1. To install ngrok, go to https://ngrok.com/download and install ngrok version that is suitable for your OS\n2. Extract the zip file and place ngrok.exe in a folder.\n3. Open windows command prompt, go to that folder and run this command: ngrok http 80000\n\nNOTE: ngrok can timeout. you need to restart the session if you see session expired message.\n\nProject Snapshots\n===================\n![Screenshot 2024-05-25 144622](https://github.com/patilabhi20/object_recongination.project_1/assets/157373320/bbac14f7-1210-44bd-b4d6-98622aafd864)\n![image](https://github.com/patilabhi20/object_recongination.project_1/assets/157373320/f1f09e2c-9665-4bac-b60a-9ad88d91131b)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhifuturetech%2Fservicegenie-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhifuturetech%2Fservicegenie-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhifuturetech%2Fservicegenie-chatbot/lists"}