https://github.com/machinelearningprodigy/bike-model
This project was developed for some seniors at my college as their final year project. It utilizes a deep learning model to classify bike images using Streamlit for an interactive interface. 🚴📊
https://github.com/machinelearningprodigy/bike-model
classification deep-neural-networks image-classification image-processing pretrained-models streamlit transfer-learning
Last synced: 6 months ago
JSON representation
This project was developed for some seniors at my college as their final year project. It utilizes a deep learning model to classify bike images using Streamlit for an interactive interface. 🚴📊
- Host: GitHub
- URL: https://github.com/machinelearningprodigy/bike-model
- Owner: machinelearningprodigy
- Created: 2024-05-23T10:37:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T19:08:10.000Z (11 months ago)
- Last Synced: 2025-03-27T06:32:13.247Z (11 months ago)
- Topics: classification, deep-neural-networks, image-classification, image-processing, pretrained-models, streamlit, transfer-learning
- Language: Python
- Homepage: https://bike-model-kxhqhrqe4syrpsgogvvv5j.streamlit.app/
- Size: 37 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚴 Model Minder Bike Classifier 🚴
This project was developed by solely me for some seniors at my college as their final year project. It is a **Streamlit-based image classification app** that uses a pre-trained **EfficientNetB0** model to classify bike images. Simply upload an image, and the model will predict the **top-5 possible bike categories** along with their confidence scores.
## ✨ Features
🔹 Upload an image of a bike 🏍️
🔹 Get top-5 predictions with confidence scores 📊
🔹 Visualize predictions with a bar chart 📈
🔹 Download the uploaded image for reference ⬇️
## 🚀 How to Use
1️⃣ Run the Streamlit app
2️⃣ Upload an image (JPG, PNG, or WEBP)
3️⃣ View classification results & confidence scores
4️⃣ Download your uploaded image if needed
🎯 **Built for quick and efficient bike classification using deep learning!** 🚀