Skip to content

wf-yamaday/pokemon-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemon-classification

pokemon classification app with TensorFlow

How to Run

for macOS

  • python 3.7
$ pip install -r requirements.txt
$ flask run

Docker

$ docker image build -t pokemon:latest .
$ docker container run -d -p 5000:5000 pokemon:latest