Skip to content
/ CatOrDog Public

use deep learning to classify the animal in a picture is a cat or a dog. Online Demo: http://123.206.129.160:8004/

License

Notifications You must be signed in to change notification settings

vra/CatOrDog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CatOrDog

use deep learning to classify the animal in a picture is a cat or a dog.

How to deploy

1. clone this repo

git clone https://github.com/vra/CatOrDog.git

2. Download models

cd CatOrDog
mkdir models
wget https://github.com/vra/CatOrDog/releases/download/v1.0/vgg16_finetune.h5 -o models

3. Create medias directory

mkdir -p static/medias

4. Run the django project

python manage.py runserver 0.0.0.0:8000

About

use deep learning to classify the animal in a picture is a cat or a dog. Online Demo: http://123.206.129.160:8004/

Resources

License

Stars

Watchers

Forks

Packages

No packages published