#Abstract Group 5
Idea: Are different age groups in the UK eating properly? This is our first year in the UK, and one thing that caught our eye was that there is a huge amount of take aways, junk food restaurants, restaurants in general. So we are quite interested to know if people that live in the UK are in terms with the food guidelines that the NHS or the UK government provide to them. As a result, we are thinking of analysing the nutrient intakes of different age groups (children, adults, elderly people). By nutrient intakes we mean calories, proteins, carbohydrates, fats, vitamins, and all information that we can find, and try and make a correlation and see if people eat and drink as they should (using information from the NHS guidelines).
#Guidelines
Infants: https://wicworks.fns.usda.gov/wicworks/Topics/FG/Chapter1_NutritionalNeeds.pdf
#Installation Instructions
For anyone that wants to run the exact same analysis and server, please note first that your computer should have python3 installed, the libraries numpy, matplotlib, and pymongo as well as the python tornado framework. Finally, they should also have mongoDB installed.
After installing these libraries, in order to set the database and run the server, the following steps should be made:
- Run file import-data.py
- Run file analysis-test.py
- Run file nutrients-test.py
- Run file final.py
- Run server.py