Skip to content

Practicing using the Tensor-Flow library to Predict animal images.

License

Notifications You must be signed in to change notification settings

meuwebsite/ImageRecognition--ComputerVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning - Tensor Flow

ImageRecognition--ComputerVision

fb

Background

Practicing using the Tensor-Flow library to Predict animal images.

Goals

  • Import Dependencies
  • Load the VGG19 model
  • Define default image size for VGG19 and Xception
  • Load the image and resize to default image size
  • Preprocess image for model prediction
  • Handles scaling and normalization for VGG19 and Xception
  • Make Predctions
  • Refactor above steps into reusable function

How to run

Open Google Colab https://colab.research.google.com/

  • File
  • Upload Notebook
  • Run the Cells

Proccess

Import the Dependencies, Tensor flow

  • VGG19 model

fb

  • Load the image and resize to default image size

fb

  • Scaling and normalization for VGG19

fb

  • Making predictions

fb

  • Create a reusable function

fb

  • Predicting a Corgis(dog), image.

fb

Import Dependencies

  • Load the Xception model

fb

  • Load the image and resize to the input dimensions that Xception

fb

  • Refactor above steps into reusable function

fb

Releases

No releases published

Packages

No packages published