Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1007 Bytes

File metadata and controls

43 lines (28 loc) · 1007 Bytes

<<<<<<< HEAD

Use a Pre-trained Image Classifier to Identify Dog Breeds

The main purpose of the project is to classify dogs and other animals as non-dogs

This is my first project, studying Python on Udacity during the AWS AI & ML Scholarship course

Installation

TODO:

  1. Git clone https://github.com/Freezer-tech/Project0.git
  2. I'll create soon a package ready to install

Usage

TODO: Put some images of a dog into a folder named uploaded_images/ Then run Python dogsornondogs --dir uploaded_images/ --arch nome_of_the_model --dogsnames.txt

NB: nome_of_the_model should be VGG or alexnet or resnet

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

TODO: Udacity, Amazon AWS

License

TODO: Write license

Project0

31e4323 (first commit)