execution procedure
execution procedure
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.