Giter Site home page Giter Site logo

great69 / udacity_introml_p2_imageclassifier Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 12.28 MB

Project 2 of Udacity's Intro to Machine Learning with TensorFlow Nanodegree program that implements deep learning algoithms.

License: MIT License

HTML 52.82% Jupyter Notebook 47.10% Python 0.08%

udacity_introml_p2_imageclassifier's Introduction

Project 2: Image Classifier

This is the second project for Udacity's Intro to Machine Learning with TensorFlow Nanodegree Program to learn about Deep Learning using TensorFlow. The notebook utilizes MobileNetV2 feature extractor as the base model to classify novel flower images.

Install

This project requires Python 3.x and the following Python libraries installed:

You will also need to have software installed to run and execute an iPython Notebook

We recommend students install Anaconda, a pre-packaged Python distribution that contains all of the necessary libraries and software for this project.

Files

  • Project_Image_Classifier_Project.ipynb: This is the main notebook to create and train a TensorFlow Keras model to predict the type of a flower from its image.
  • Project_Image_Classifier_Project.html: HTML format of the notebook for viewing in browser
  • predict.py: The command line application that implements the trained deep learning network to classify an input flower image.
  • model1581751950.h5: The final deep learning model that predicts the flower type from its image with above 90% accuracy.
  • label_map.json: The mapping of the key values to their corresponding flower types.
  • workspace-utils.py: The supporting methods to keep the notebook active during long deep learning training phase.

Run

In a terminal or command window, navigate to the top-level project directory (that contains this README) and run one of the following commands:

ipython notebook Project_Image_Classifier_Project.ipynb

or

jupyter notebook Project_Image_Classifier_Project.ipynb

This will open the iPython Notebook software and project file in your browser.

Important Notice: The deep learning network for this project is very deep and dense. Thus, running this notebook might require GPU to be enabled.

Data

The dataset used is Oxford 102 Category Flower Dataset.

Notes

This project is for Udacity's Nanodegree Program and all the copyrights belong to Udacity.

udacity_introml_p2_imageclassifier's People

Contributors

great69 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.