0% found this document useful (0 votes)
8 views

execution procedure

The document outlines the software and libraries required for a food and fitness recommendation project using Python and Django. It provides a step-by-step procedure for executing the project, including installation commands and navigation instructions. Users are guided to run the program and access it via a web browser after setup.

Uploaded by

yunusbasha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

execution procedure

The document outlines the software and libraries required for a food and fitness recommendation project using Python and Django. It provides a step-by-step procedure for executing the project, including installation commands and navigation instructions. Users are guided to run the program and access it via a web browser after setup.

Uploaded by

yunusbasha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like