All Projects → himanshurawlani → practical_intro_to_tf2

himanshurawlani / practical_intro_to_tf2

Licence: MIT license
Building an image classifier in TF2

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to practical intro to tf2

GSOC
Repository for Google Summer of Code 2019 https://summerofcode.withgoogle.com/projects/#4662790671826944
Stars: ✭ 61 (+10.91%)
Mutual labels:  tensorflow-datasets, tensorflow-2
Image-Classification-by-Keras-and-Tensorflow
Image Classification using Keras as well as Tensorflow.
Stars: ✭ 79 (+43.64%)
Mutual labels:  image-classifier
emnist dl2prod
JuPyter Notebooks and Python Package for Deep Learning Model Exploration, Translation and Deployment
Stars: ✭ 31 (-43.64%)
Mutual labels:  tensorflow-serving
tensorflow-scala
A Scala binding of TensorFlow for Serving TensorFlow Models (Provides RESTful API)
Stars: ✭ 47 (-14.55%)
Mutual labels:  tensorflow-serving
EmotionRecTraining
Python script using Keras + TensorFlow to train a custom machine learning model to recognize faces using a dataset with human faces and labeled with emotions.
Stars: ✭ 30 (-45.45%)
Mutual labels:  tensorflow-serving
bert sa
bert sentiment analysis tensorflow serving with RESTful API
Stars: ✭ 35 (-36.36%)
Mutual labels:  tensorflow-serving
ChineseNER
中文NER的那些事儿
Stars: ✭ 241 (+338.18%)
Mutual labels:  tensorflow-serving
ML4K-AI-Extension
Use machine learning in AppInventor, with easy training using text, images, or numbers through the Machine Learning for Kids website.
Stars: ✭ 18 (-67.27%)
Mutual labels:  image-classifier
tensorflow-image-classifier
image classifier, retrained for specific classes
Stars: ✭ 58 (+5.45%)
Mutual labels:  image-classifier
serving-tensorflow-models
Serving TensorFlow models with TensorFlow Serving 📙
Stars: ✭ 41 (-25.45%)
Mutual labels:  tensorflow-serving
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-49.09%)
Mutual labels:  tensorflow-serving
tensorflow-builds
Tensorflow binaries and Docker images compiled with GPU support and CPU optimizations.
Stars: ✭ 15 (-72.73%)
Mutual labels:  tensorflow-serving
end-to-end-machine-learning-with-google-cloud
End to End Machine Learning with Google Cloud Platform
Stars: ✭ 39 (-29.09%)
Mutual labels:  tensorflow-serving
potato-disease-classification
Potato Disease Classification - Training, Rest APIs, and Frontend to test.
Stars: ✭ 95 (+72.73%)
Mutual labels:  tensorflow-serving
Custom-CNN-based-Image-Classification-in-PyTorch
No description or website provided.
Stars: ✭ 41 (-25.45%)
Mutual labels:  image-classifier
go-tensorflow
Tools and libraries for using Tensorflow (and Tensorflow Serving) in go
Stars: ✭ 25 (-54.55%)
Mutual labels:  tensorflow-serving
nsfw-classification-tensorflow
NSFW classify model implemented with tensorflow.
Stars: ✭ 58 (+5.45%)
Mutual labels:  tensorflow-serving
Cat-vs.-Dog-Classifier
Image Classifier with Flask and Keras CNN
Stars: ✭ 27 (-50.91%)
Mutual labels:  image-classifier
tensorflow-image-classifier
Easily train an image classifier and then use it to label/tag other images
Stars: ✭ 29 (-47.27%)
Mutual labels:  image-classifier
Delta
DELTA is a deep learning based natural language and speech processing platform.
Stars: ✭ 1,479 (+2589.09%)
Mutual labels:  tensorflow-serving

Practical Introduction to TensorFlow 2.0

This repository introduces the new Tensorflow 2.0 in a practical way by building an image classifier which classifies 5 classes of flowers. It covers the following:

  1. Downloading and preprocessing data using TensorFlow Datasets
  • Checking out available datasets and their features
  • Downloading the dataset (tfds.load()))
  • Pre-processing the dataset
  • Visualizing the dataset
  1. Building and training an image classifier model using Keras high level API
  • Building a simple CNN in Keras
  • Visualising the model
  • Compiling and training the model
  • Training the model using data augmentation
  • Using TensorBoard inside notebooks
  1. Downloading and fine-tuning InceptionV3 pre-trained model
  • Downloading pre-trained model
  • Adding classification head
  • Training the classification head
  • Fine tuning the model
  1. Serving the trained model using TensorFlow Serving
  • Tensorflow Serving installation
  • Starting TensorFlow Serving
  • Making REST requests
  • Parsing the response

Read the Medium article explaining the above concepts in detail here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].