Skip to content

I built a Python application that trained an image classifier on an Oxford flower dataset to recognize different species of flowers, and then predicted new flower images using the trained model. This project is a starting point in the world of deep learning and neural networks, implemented here using Keras, TensorFlow and transfer learning techn…

License

Notifications You must be signed in to change notification settings

Ahad-Al-Seraihi/Image-Classifier-with-TensorFlow

Repository files navigation

Intro to Machine Learning - TensorFlow Project

Project code for Udacity's Intro to Machine Learning with TensorFlow Nanodegree program. In this project, you will first develop code for an image classifier built with TensorFlow, then you will convert it into a command line application.

In order to complete this project, you will need to use the GPU enabled workspaces within the classroom. The files are all available here for your convenience, but running on your local CPU will likely not work well.

You should also only enable the GPU when you need it. If you are not using the GPU, please disable it so you do not run out of time!

Data

The data for this project is quite large - in fact, it is so large you cannot upload it onto Github. If you would like the data for this project, you will want download it from the workspace in the classroom. Though actually completing the project is likely not possible on your local unless you have a GPU. You will be training using 102 different types of flowers, where there ~20 images per flower to train on. Then you will use your trained classifier to see if you can predict the type for new images of the flowers.

About

I built a Python application that trained an image classifier on an Oxford flower dataset to recognize different species of flowers, and then predicted new flower images using the trained model. This project is a starting point in the world of deep learning and neural networks, implemented here using Keras, TensorFlow and transfer learning techn…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages