Skip to content

rhossei2/multilabel-image-classification-tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.8%
  • Jupyter Notebook 15.7%
  • C++ 8.6%
  • Shell 0.8%
  • HTML 0.8%
  • JavaScript 0.2%
  • Other 0.1%