Skip to content

A Flask app to recommend restaurants based on user's moods

Notifications You must be signed in to change notification settings

VidhyaVarshanyJS/FoodMood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mood Based Food Recommender

A simple flask app recommends restaurants in different cities based on User Moods and Other Filters.

Installation

  • Create Virtual Environment for the project python -m venv <venv-name>

  • Install the dependencies: pip install numpy pandas matplotlib seaborn wordcloud nltk flask

  • For nltk package, download the stopwords and wordnet3.1 (rename it to wordnet after download) from https://www.nltk.org/nltk_data/. After download , uzip them.Create nltk_data\corpora folder in the C drive and put the stopwords and wordnet folder there.Set your NLTK_DATA environment variable to point to your top level C:\nltk_data folder(system variables).Refer ,https://www.nltk.org/data.html

Run the flask app

flask run -(redirect to)> http://localhost:8080

Screenshots

image

Laziness mood food restaurants

image

About

A Flask app to recommend restaurants based on user's moods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages