Skip to content

bysarmad/predictionfromimages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prediction From Images

Data Manipulation | Data Visualization | Machine Learning

Project Description

Can a machine distinguish between a honey bee and a bumble bee? Being able to identify bee species from images, while challenging, would allow researchers to more quickly and effectively collect field data. In this project, you will use the Python image library Pillow to load and manipulate image data, then build a model to identify honey bees and bumble bees given an image of these insects.

This project is the second part of a series of projects that walk through working with image data, building classifiers using traditional techniques, and leveraging the power of deep learning for computer vision.

Project Tasks

  • Import Python libraries
  • Display image of each bee type
  • Image manipulation with rgb2gray
  • Histogram of oriented gradients
  • Create image features and flatten into a single row
  • Loop over images to preprocess
  • Split into train and test sets
  • Scale training and test features
  • Perform PCA
  • Train and score our model
  • ROC curve + AUC

Figure_1

About

Build a model that can automatically detect honey bees and bumble bees in images.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages