purezhanghan / DataScience

COMP6235 Group Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataScience

COMP6235 Group Project

Running locally

The application uses MongoDB as its database. The proper json files must be stored in the correct collections for the application to work. To enter the proper json files, run the following commands at the mongo shell.

mongoimport --db test --collection bbc --file bbc_database.json
mongoimport --db test --collection bbcHealthy --file bbc_Healthy.json
mongoimport --db test --collection Rank --file ingredients_ranking_overall.json

To start the application, run the run.py file

About

COMP6235 Group Project

License:Apache License 2.0


Languages

Language:Jupyter Notebook 96.8%Language:Python 2.2%Language:JavaScript 0.5%Language:HTML 0.3%Language:CSS 0.2%