gradpratik / multilabel-image-classification-tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Detection with Tensorflow

In this project we'll discuss two ways to perform image recognition:

  1. Object Detection with Boundary Boxes - we'll deploy Tensorflow's Object Detection API inside a Docker container to train our model inside AWS Sagemaker. The resulting model will be able to detect objects inside an image with a boundary box around each object.

  2. Multi Label Detection without boundary boxes - we'll be able to assign multiple labels to an image based on what it contains.

About

License:MIT License


Languages

Language:Python 73.8%Language:Jupyter Notebook 15.7%Language:C++ 8.6%Language:Shell 0.8%Language:HTML 0.8%Language:JavaScript 0.2%Language:Dockerfile 0.1%Language:Makefile 0.0%Language:GLSL 0.0%