To classify the different species of bird
This is a classification problem where we need to classify the different species of birds. We use Xception Transfer Learning Model.
https://share.streamlit.io/shreya024/bird-species-classification-web-app/app.py
Xception Transfer Learning Model - 94.9 % accuracy
https://drive.google.com/file/d/1MXPAFeg029S82cZywaRyRvY9twYq0pNF/view?usp=sharing
StreamLit-Share = Streamlit turns data scripts into shareable web apps in minutes. All in Python. No front‑end experience required. Streamlit’s open-source app framework is a breeze to get started with. It is very easy to use. One just have to connect with the github repo and start deploying it on streamlit share and you are good to go.
- Numpy
- Tensorflow
- Keras
- Xception
- Glob
- StreamLit
We can conclude that our Web App classifies bird species with the help of Xception Tranfer Learning library.