GithubHelp home page GithubHelp logo

rzarno / classify-dogs-tensorflow-aws-ground-truth Goto Github PK

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

Dog images classificator build using tensorflow library and AWS Ground Truth service for dataset preparation.

License: GNU General Public License v3.0

Jupyter Notebook 100.00%

classify-dogs-tensorflow-aws-ground-truth's Introduction

Dog image classification example

Overview

This repository contain notebook with full analysis and machine learning process for dog image classification. We create model that is able to classify if dog is present on image.

sample images:

Run

install requirements: pip install -r requirements.txt Open jupyter notebook "dog_image_classification.ipynb" and run all cells.

Adjust

If you want to create model for different image dataset, replace images in data_image/images folder. Then adjust "data_images/output.manifest.json" file which contain all train set images paths and their labels.

AWS Ground truth

Dataset for training is prepared based on AWS Academy activity in course "AWS Data Engineering". This notebook is continuation af machine learning process started in activity "Processing Data for ML Activity: Labeling with SageMaker Ground Truth". In course activity AWS SageMaker Ground Trouth service is used to label images containing dog, cats and other animals and objects. Notebook presents how to train image classifier using AWS labeling task output.

more information on AWS SageMaker Ground Truth: https://aws.amazon.com/sagemaker/groundtruth/

more information on AWS Academy Data Engineering course: https://aws.amazon.com/training/awsacademy/

Used libraries:

tensorflow and kreas - for creating model convolutional neural network

matplotlip - data visualisation

opencv - image preparation and augmentation (creating larger training set by modifying existing images, this technique also help with model generalization)

numpy and pandas - for data preparation and analysis

Neural network architecture design

Used CNN architecture introduced by Nvidia team and described in this article: https://developer.nvidia.com/blog/deep-learning-self-driving-cars/

classify-dogs-tensorflow-aws-ground-truth's People

Contributors

rzarno 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.