A project to classify the butterflies into their respective kind, this project showcases the progress in learning about DeepLearning.
This project (which might get updated regularly) showcases the progress of my learning on DeepLearning. This project helps in classifying the kinds of butterflies, the app is presented as a Gradio web app that takes in the user-provided image and classifies it to their respective kind with the prediction percentage.
The DeepLearning model has been trained on the following varieties of butterflies:
- Monarch
- Painted Lady
- Red Admiral
- Viceroy
- Bronze Copper
- Buckeye
The model showcases an error_rate
of ~6.7%.
To play with the app, head to Butterflies App