Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1001 Bytes

File metadata and controls

24 lines (18 loc) · 1001 Bytes

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 git@github.com: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