Coder Social home page Coder Social logo

karansondh / bee-classifictaion Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.47 MB

Classifier that predicts bee species from images. We have used Support Vector Machine(SVM) model. It can predict different bee species with an accuracy of 68%.

Jupyter Notebook 100.00%
image-classification image-manipulation jupyter-notebook machine-learning pca-analysis roc-auc-curve svm-classifier

bee-classifictaion's Introduction

Bee Classification Model🐝

A model that can automatically detect honey bees and bumble bees in images. 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.

Project Tasks📌

  1. Import Python libraries
  2. Display image of each bee type
  3. Image manipulation with rgb2gray
  4. Histogram of oriented gradients
  5. Create image features and flatten into a single row
  6. Loop over images to preprocess
  7. Split into train and test sets
  8. Scale training and test features
  9. Perform PCA
  10. Train and score our model
  11. ROC curve + AUC

Installation and execution🎉

Install the following packages before running if not installed already- pip3 install scikit-image, pip3 install pillow and pip3 install scikit-learn After the installation of above packages the code can be executed by simply running all cells in the Jupyter Notebook.

bee-classifictaion's People

Contributors

karansondh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.