Skip to content

Load, transform, and understand images of honey bees and bumble bees in Python.

License

Notifications You must be signed in to change notification settings

bysarmad/imageloadingandprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Loading & Processing

Data Manipulation | Data Visualization | Machine Learning | Importing & Cleaning Data

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. You'll learn common transformations of images and how to build them into a pipeline.

This project is the first 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. The second project in the series is Naïve Bees: Predict Species from Images.

Project Tasks

  • Import Python libraries
  • Opening images with PIL
  • Image manipulation with PIL
  • Images as arrays of data
  • Explore the color channels
  • Honey bees and bumble bees (i)
  • Honey bees and bumble bees (ii)
  • Simplify, simplify, simplify
  • Save your work!
  • Make a pipeline

3 2 1 4

About

Load, transform, and understand images of honey bees and bumble bees in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages