Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manisharora96/bird-species-classification-and-recognition

Classify species of bird through Machine learning
https://github.com/manisharora96/bird-species-classification-and-recognition

Last synced: 1 day ago
JSON representation

Classify species of bird through Machine learning

Awesome Lists containing this project

README

        

# Bird-Species-Classification-and-Recognition

GOAL

My goal is to complete an end to end computer vision problem with basic parts, such as bulding an input pipeline, compose the model, data augmentation etc.
WHAT I HAD DONE

In this project, I will classify images of birds by using transfer learning from a pre-trained network.

I am using the MobileNet V2 model developed at Google. I am beginner for computer vision and i am trying to learn more about it. I follow transfer learning and fine-tuning which is tensorflow for the project.

MODELS USED

MobileNet V2 model(CNN)
LIBRARIES NEEDED

numpy

pandas

matplotlib

tensorflow

keras