All Projects → vedantrathore → Monica

vedantrathore / Monica

Licence: other
Chat Bot for finding places to eat.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Monica

music-id
🚀 Music ID for Twitch (TwitchMusicID) is a Chatbot which automatically identifies music in the background of Twitch Streams, VODs, and Clips.
Stars: ✭ 49 (+188.24%)
Mutual labels:  chat-bot
supibot
Multiplatform, utility & novelty chat bot.
Stars: ✭ 77 (+352.94%)
Mutual labels:  chat-bot
flask heroku example
How to deploy a Flask application using Heroku
Stars: ✭ 34 (+100%)
Mutual labels:  flask-application
fasttext-server
Flask web server to serve supervised models trained with FastText.
Stars: ✭ 25 (+47.06%)
Mutual labels:  flask-application
restaurant-finder-featureReviews
Build a Flask web application to help users retrieve key restaurant information and feature-based reviews (generated by applying market-basket model – Apriori algorithm and NLP on user reviews).
Stars: ✭ 21 (+23.53%)
Mutual labels:  flask-application
username-availability-checker
Live at : https://username-check.herokuapp.com/
Stars: ✭ 84 (+394.12%)
Mutual labels:  flask-application
gimme-that
A file upload server tool written in Python.
Stars: ✭ 27 (+58.82%)
Mutual labels:  flask-application
messenger
Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots, and more!
Stars: ✭ 194 (+1041.18%)
Mutual labels:  chat-bot
io
A Node.js based system for managing a stream, including a chat bot, overlays, stream note generation and more.
Stars: ✭ 22 (+29.41%)
Mutual labels:  chat-bot
laravel-forge-bot
It is a chat bot for Telegram. It helps you manage your Laravel Forge servers and can send you deployment notifications.
Stars: ✭ 33 (+94.12%)
Mutual labels:  chat-bot
MLH-Quizzet
This is a smart Quiz Generator that generates a dynamic quiz from any uploaded text/PDF document using NLP. This can be used for self-analysis, question paper generation, and evaluation, thus reducing human effort.
Stars: ✭ 23 (+35.29%)
Mutual labels:  flask-application
Chatbot
A Deep-Learning multi-purpose chatbot made using Python3
Stars: ✭ 36 (+111.76%)
Mutual labels:  flask-application
kerkoapp
A web application that provides a faceted search interface for bibliographies managed with Zotero.
Stars: ✭ 30 (+76.47%)
Mutual labels:  flask-application
textextractor2.0
🔥 This web app extracts text in an image.
Stars: ✭ 16 (-5.88%)
Mutual labels:  flask-application
Bank-Note-Authentication
💸 Authenticate Bank Notes on the basis of Genuity and Forged using Sklearn and deployed on Heroku and FastAPI Server 💳 💲
Stars: ✭ 17 (+0%)
Mutual labels:  flask-application
AD-webmanager
A web interface for administration of Active Directory Domains, made in Python, with focus on easy of use and simplicity.
Stars: ✭ 26 (+52.94%)
Mutual labels:  flask-application
codechef-rank-comparator
Web application hosted on Heroku cloud platform based on web scraping in python using lxml library (XML Path Language).
Stars: ✭ 23 (+35.29%)
Mutual labels:  flask-application
pyrrha
A language independant post correction app for POS and lemmatization
Stars: ✭ 14 (-17.65%)
Mutual labels:  flask-application
flask-admin-boilerplate
Flask Admin Boilerplate with MongoDB
Stars: ✭ 63 (+270.59%)
Mutual labels:  flask-application
rasa-site-bot
A chatbot that fetches events details from a conference's website
Stars: ✭ 81 (+376.47%)
Mutual labels:  flask-application

Monica

Gitter Chat MIT license

About

Monica is a facebook messenger bot which uses Natural language processing and machine learning intelligence to search restaurants based on user inputs like location and cuisine with the of Zomato Api.

Testing

The bot is live on : https://monicabot.herokuapp.com

To chat with the bot you should be added as a test user. Goto the Bot monica facebook page here and comment to be a test user

You can now test the bot using queries like

  • Search for chinese restaurants in Banglore under 1000 Rs
  • I'm Hungry
  • Is there any place to eat in guwahati? The bot not only supports restaurant searching but can also hold natural conversations like
  • Hey!
  • What's up?
  • Where are you from?
  • Do you have friends?
  • Tell me a joke?
  • Fact?
  • Tell a quote

Development

$ git clone https://github.com/vedantrathore/Monica.git \\clone the repo
$ cd Monica/
$ pip install -r requirements.txt \\Install all the dependencies
$ python runserver.py \\Start the server

goto http://127.0.0.1:5000/search/?q=<<Your query>>/ to see the results of your query

Star the repo if you like it 😄

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].