• Stars
    star
    451
  • Rank 94,807 (Top 2 %)
  • Language
    Python
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tensorflow based training and classification scripts for text, images, etc

tfClassifier

This repository contains code to:

  1. setup the tensorflow imagenet classifier which is capable of identifying 1000 objects.
  2. setup a retraining script that takes in your own images and trains a new mdoel that you can use.
  3. Using tensorflow to build a text classification system.

setting up tensorflow classifier and retraining it

find the tutorials here:

  1. https://sourcedexter.com/quickly-setup-tensorflow-image-recognition/
  2. https://sourcedexter.com/retrain-tensorflow-inception-model/
  3. https://sourcedexter.com/tensorflow-text-classification