Giter VIP home page Giter VIP logo

image-classification-tensorflow's Introduction

Image-Classification-TensorFlow

Installation

Step-by-step guides for running the code in this repository can be found in the workshop installation guides directory.

If you already have Tensorflow installed on your local machine either directly or through an Anaconda distribution, simply clone this repository in your prefered directory, cd into the cloned directory, and type jupyter notebook to get started (it will appear in a new browser window or tab).

If you are not able to launch Jupyter Notebook inside your TensorFlow virtual environment execute the following once inside this project directory:

pip install ipykernel python -m ipykernel install --user --name=my-virtualenv-name

Replace "my-virtualenv-name" with the name of your environment.

Following the Lab

  1. Begin on the Hello World notebook to make sure TensorFlow is installed and functioning properly in your environment.

  2. Once you've verified TensorFlow is running currectly, open the TensorFlow for Poets Codelab notebook and follow the instructions to train mobilenet on flower data.

Execute this code in a seperate terminal window from your jupyter notebook.

If you are using TensorFlow in Docker, run the following command to access the docker bash shell:

docker exec -it tf /bin/bash

  1. Once you've successfully trained the classifier to recognize flower data, we'll modify the image paths to train on the cephalopod data i've included in this repository.

  2. Scrape Google for image data of your own categories using a Google Image Scraper

  3. Train the classifier on your new data set!!

image-classification-tensorflow's People

Contributors

quickresolve avatar mdcramer 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.