Skip to content

A web service solving rocket science task - distinguishing cats and bread

Notifications You must be signed in to change notification settings

topshik/breadorcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breadorcat

A web service solving rocket science task - distinguishing cats and bread

Model

Download model here

prepare_data.py collects data from the folder ./source_data, which consists of 4 folders containing unarchived open source datasets: Tiny ImageNet, Dogs vs. Cats, Food-11 and iFood-2019. Note: hierarchy ./data/{train, test}/{bread, cat, other} must be preapred in advance.

Data collected with the script above can be downloaded here

Backend

To start backend:

virtualenv .env --python=python3.7
. .env/bin/activate
pip install -r requirements.txt
python main.py -p 8080

or

virtualenv .env --python=python3.7
. .env/bin/activate
pip install -r requirements.txt
make runserver

About

A web service solving rocket science task - distinguishing cats and bread

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published