Skip to content

zeevikal/star-wars-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

star-wars-classifier

Darth Vader and Yoda classifier with TensorFlow retrain example

Training & Prediction process:

downloading data:

you can use this awesome extension which can download all google search image results here.

please save all images in images directory.

clean data:

python utils.py

retraining session:

python retrain.py \
--bottleneck_dir=bottlenecks \
--how_many_training_steps 500 \
--model_dir=inception \
--output_graph=retrained_graph.pb \
--output_labels=retrained_labels.txt \
--image_dir images

prediction session:

python predict.py example_image

About

Darth Vader and Yoda classifier with TensorFlow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages