Skip to content

L0uizZ/image-classify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Classify - Tensorflow Hub

purpose

  1. image recognition and classification using tensorflow

dependencies

  1. create virtual environment

     cd image-classify
    
     python -m venv venv
    
     source venv/bin/activate
    
  2. tensorflow - library and additional dependencies

     pip install tensorflow
    
     pip install tensorflow_hub
    
     pip install Pillow
    
     pip install matplotlib
    

run

  1. read image and determine object

     python image-classify.py
    

About

Tensorflow - Image Recognition and Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages