FOOD AND FITNESS RECOMMENDATIONS USING FULL STACK
Softwares required:
1. python (https://www.python.org/downloads/release/python-31011/)
2. Visual Studio Code (https://code.visualstudio.com/download)
Libraries required:
The below libraries are essential for executing the project:
1.dietkit==0.0.11
2.Django==4.0.7
3.matplotlib==3.6.0
4.numpy==1.23.3
5.pandas==1.5.0
6.sqlparse==0.4.3
7.streamlit==1.13.0
For example, you have to download the above libraries one after the other by
entering the command pip install dietkit==0.0.11 like this. remaining can be
downloaded.
There is another simpler way to download all the required libraries which are
mentioned in text file requirements.txt using a command: pip install -r
requirements.txt
After installing the above softwares and libraries then go with execution process
below which is clearly mentioned in stepwise.
Step by-step procedure to execute the project:
1.In the first step, unzip the folder that is provided.
2.Navigate to this path. Food and Fitness\diet and nutrition\Hack-and-Welness2
3.After that, give a hit on the path, which will be shown at the top of the window.
4.Then enter “cmd” and press enter, and it will redirect you to the command prompt
dialogue box along with the path where you have been.
5.Later on, run the program with this command: “python manage.py runserver”
6.Eventually, a link will be provided in the terminal, select the link and paste it
in any browser.