Skip to content

ACT-HealthWatch/backend-MLOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
lavi02
Sep 2, 2023
b277806 · Sep 2, 2023

History

21 Commits
Sep 2, 2023
Aug 28, 2023
Sep 2, 2023
Aug 28, 2023
Sep 2, 2023
Sep 2, 2023
Aug 15, 2023
Aug 15, 2023
Sep 2, 2023
Aug 15, 2023
Aug 15, 2023
Sep 2, 2023

Repository files navigation

food_classification

tested: Tested Tested Tested

Backend Installation

Manual with docker:

docker build <server Name> .
docker run -p 5000:5000 <server Name>

Manual with virtualenv:

git clone [email protected]:ACT-HealthWatch/food_classification.git  
python3 -m venv <project name>  
rsync -av --exclude food_classification <project name>  
cd <project name>  
pip3 install -r requirements.txt  
gunicorn app:app