├── CALCULATE_COSINE.py ├── README.md ├── _pycache_ ├── CALCULATE_COSINE.cpython-38.pyc ├── CALCULATE_COSINE.cpython-39.pyc ├── app.cpython-38.pyc ├── app.cpython-39.pyc ├── classes.cpython-38.pyc ├── deleteduplicate.cpython-312.pyc ├── deleteduplicate.cpython-38.pyc ├── deleteduplicate.cpython-39.pyc ├── new_user_recommender.cpython-38.pyc ├── new_user_recommender.cpython-39.pyc ├── pre.cpython-312.pyc ├── pre.cpython-38.pyc ├── pre.cpython-39.pyc ├── predict.cpython-312.pyc ├── predict.cpython-38.pyc ├── predict.cpython-39.pyc ├── scratch.cpython-38.pyc ├── scratch.cpython-39.pyc ├── settings.cpython-312.pyc ├── settings.cpython-38.pyc ├── settings.cpython-39.pyc ├── yelp_reviews.cpython-312.pyc ├── yelp_reviews.cpython-38.pyc └── yelp_reviews.cpython-39.pyc ├── app.py ├── bands.csv ├── bands4.csv ├── bansv1v2.csv ├── cmds ├── 1.png ├── 2.png ├── 3 error excepted.png └── 5 flaskrun.png ├── dataset_file ├── tempe_review_1600.json └── testdata.json ├── deleteduplicate.py ├── driver.py ├── models ├── corpus.lda-c.vocab ├── corpus.mm ├── dictionary.dict ├── lda_model_50_topics.lda ├── lda_model_50_topics.lda.expElogbeta.npy ├── lda_model_50_topics.lda.id2word └── lda_model_50_topics.lda.state ├── new_user_recommender.py ├── pre.py ├── predict.py ├── push.csv ├── rand.py ├── recommender.py ├── requirements.txt ├── run ├── scratch.py ├── settings.py ├── stopwords.txt ├── tempe_review_1600.json ├── templates ├── display.html ├── existing_user.html ├── home_page.html ├── new_user.html └── new_user_display.html ├── testdata.json └── yelp_reviews.py /CALCULATE_COSINE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/CALCULATE_COSINE.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/README.md -------------------------------------------------------------------------------- /_pycache_/CALCULATE_COSINE.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/CALCULATE_COSINE.cpython-38.pyc -------------------------------------------------------------------------------- /_pycache_/CALCULATE_COSINE.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/CALCULATE_COSINE.cpython-39.pyc -------------------------------------------------------------------------------- /_pycache_/app.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/app.cpython-38.pyc -------------------------------------------------------------------------------- /_pycache_/app.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/app.cpython-39.pyc -------------------------------------------------------------------------------- /_pycache_/classes.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/classes.cpython-38.pyc -------------------------------------------------------------------------------- /_pycache_/deleteduplicate.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/deleteduplicate.cpython-312.pyc -------------------------------------------------------------------------------- /_pycache_/deleteduplicate.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/deleteduplicate.cpython-38.pyc -------------------------------------------------------------------------------- /_pycache_/deleteduplicate.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/deleteduplicate.cpython-39.pyc -------------------------------------------------------------------------------- /_pycache_/new_user_recommender.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/new_user_recommender.cpython-38.pyc -------------------------------------------------------------------------------- /_pycache_/new_user_recommender.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/new_user_recommender.cpython-39.pyc -------------------------------------------------------------------------------- /_pycache_/pre.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/pre.cpython-312.pyc -------------------------------------------------------------------------------- /_pycache_/pre.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/pre.cpython-38.pyc -------------------------------------------------------------------------------- /_pycache_/pre.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/pre.cpython-39.pyc -------------------------------------------------------------------------------- /_pycache_/predict.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/predict.cpython-312.pyc -------------------------------------------------------------------------------- /_pycache_/predict.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/predict.cpython-38.pyc -------------------------------------------------------------------------------- /_pycache_/predict.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/predict.cpython-39.pyc -------------------------------------------------------------------------------- /_pycache_/scratch.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/scratch.cpython-38.pyc -------------------------------------------------------------------------------- /_pycache_/scratch.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/scratch.cpython-39.pyc -------------------------------------------------------------------------------- /_pycache_/settings.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/settings.cpython-312.pyc -------------------------------------------------------------------------------- /_pycache_/settings.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/settings.cpython-38.pyc -------------------------------------------------------------------------------- /_pycache_/settings.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/settings.cpython-39.pyc -------------------------------------------------------------------------------- /_pycache_/yelp_reviews.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/yelp_reviews.cpython-312.pyc -------------------------------------------------------------------------------- /_pycache_/yelp_reviews.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/yelp_reviews.cpython-38.pyc -------------------------------------------------------------------------------- /_pycache_/yelp_reviews.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/_pycache_/yelp_reviews.cpython-39.pyc -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/app.py -------------------------------------------------------------------------------- /bands.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/bands.csv -------------------------------------------------------------------------------- /bands4.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bansv1v2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/bansv1v2.csv -------------------------------------------------------------------------------- /cmds/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/cmds/1.png -------------------------------------------------------------------------------- /cmds/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/cmds/2.png -------------------------------------------------------------------------------- /cmds/3 error excepted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/cmds/3 error excepted.png -------------------------------------------------------------------------------- /cmds/5 flaskrun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/cmds/5 flaskrun.png -------------------------------------------------------------------------------- /dataset_file/tempe_review_1600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/dataset_file/tempe_review_1600.json -------------------------------------------------------------------------------- /dataset_file/testdata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/dataset_file/testdata.json -------------------------------------------------------------------------------- /deleteduplicate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/deleteduplicate.py -------------------------------------------------------------------------------- /driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/driver.py -------------------------------------------------------------------------------- /models/corpus.lda-c.vocab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/models/corpus.lda-c.vocab -------------------------------------------------------------------------------- /models/corpus.mm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /models/dictionary.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/models/dictionary.dict -------------------------------------------------------------------------------- /models/lda_model_50_topics.lda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/models/lda_model_50_topics.lda -------------------------------------------------------------------------------- /models/lda_model_50_topics.lda.expElogbeta.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/models/lda_model_50_topics.lda.expElogbeta.npy -------------------------------------------------------------------------------- /models/lda_model_50_topics.lda.id2word: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/models/lda_model_50_topics.lda.id2word -------------------------------------------------------------------------------- /models/lda_model_50_topics.lda.state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/models/lda_model_50_topics.lda.state -------------------------------------------------------------------------------- /new_user_recommender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/new_user_recommender.py -------------------------------------------------------------------------------- /pre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/pre.py -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/predict.py -------------------------------------------------------------------------------- /push.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/push.csv -------------------------------------------------------------------------------- /rand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/rand.py -------------------------------------------------------------------------------- /recommender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/recommender.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/requirements.txt -------------------------------------------------------------------------------- /run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/run -------------------------------------------------------------------------------- /scratch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/scratch.py -------------------------------------------------------------------------------- /settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/settings.py -------------------------------------------------------------------------------- /stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/stopwords.txt -------------------------------------------------------------------------------- /tempe_review_1600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/tempe_review_1600.json -------------------------------------------------------------------------------- /templates/display.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/templates/display.html -------------------------------------------------------------------------------- /templates/existing_user.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/templates/existing_user.html -------------------------------------------------------------------------------- /templates/home_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/templates/home_page.html -------------------------------------------------------------------------------- /templates/new_user.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/templates/new_user.html -------------------------------------------------------------------------------- /templates/new_user_display.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/templates/new_user_display.html -------------------------------------------------------------------------------- /testdata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/testdata.json -------------------------------------------------------------------------------- /yelp_reviews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav4122/Restaurant-Recommendation-using-LLD/HEAD/yelp_reviews.py --------------------------------------------------------------------------------