A diet tracker and recommend-er
- See what’s python version you have
python --version- Create virtual environment
python -m venv venv3- Activate the python environment
In Cmd : venv3\Scripts\activate.bat
- Install all the dependency:
pip install -r requirements.txt
- Run the code
python app.py
-
Request method = POST
-
http://{your ip}:5000/add
-
Request param
{
"image": "base64 string of an image"
}