You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A deep learning project that classifies waste images into 6 recyclable categories using a hybrid CNN model built by fine-tuning EfficientNetV2B2 with custom Convolutional Neural Network layers. The project includes a web-based interface using Gradio with support for image upload and real-time webcam capture.
6
6
@@ -14,7 +14,7 @@ A deep learning project that classifies waste images into 6 recyclable categorie
14
14
- 🧴 Plastic
15
15
- 🚮 Trash
16
16
---
17
-
## Live Demo
17
+
## <picture><imgsrc="https://github.com/Salaar-Saaiem/EV-Adoption-Forecasting/blob/25cf376c3e3e651dad009fde041aab5d2da213c0/Assets/518.gif?raw=true"alt="👾"width="32"height="32"></picture> Live Demo
18
18
19
19
Try the project directly on Hugging Face Spaces without downloading anything:
20
20
@@ -28,7 +28,7 @@ Watch the DEMO here
28
28
29
29
---
30
30
31
-
## Features
31
+
## <picture> <imgsrc="https://github.com/Salaar-Saaiem/EV-Adoption-Forecasting/blob/25cf376c3e3e651dad009fde041aab5d2da213c0/Assets/515.gif?raw=true"alt="🚀"width="32"height="32"></picture> Features
32
32
33
33
-**Hybrid Architecture** – Combines EfficientNetV2B2 with fine-tuned custom CNN layers for superior accuracy and robustness.
34
34
-**Transfer Learning Enabled** – Uses pre-trained EfficientNet weights for faster convergence and better generalization.
@@ -43,7 +43,7 @@ Watch the DEMO here
43
43
-**Code Modularity** – Separated files for training, deployment, evaluation, and webcam utility.
44
44
45
45
---
46
-
## ⚙️ Model Architecture
46
+
## <picture> <imgsrc="https://github.com/Salaar-Saaiem/EV-Adoption-Forecasting/blob/25cf376c3e3e651dad009fde041aab5d2da213c0/Assets/520.gif?raw=true"alt="🐾"width="32"height="32"></picture> Model Architecture
@@ -59,7 +59,8 @@ The visual above represents the complete training and evaluation pipeline. It us
59
59
</p>
60
60
61
61
---
62
-
## 📊 Model Evaluation
62
+
63
+
## <picture><sourcesrcset="https://fonts.gstatic.com/s/e/notoemoji/latest/1f916/512.webp"type="image/webp"><imgsrc="https://fonts.gstatic.com/s/e/notoemoji/latest/1f916/512.gif"alt="🤖"width="32"height="32"></picture> Model Evaluation
63
64
64
65
### Accuracy & Loss Curves
65
66
@@ -106,8 +107,7 @@ Following are the test results showing the model predictions on sample images fr
This project is the intellectual property of [Saaiem Salaar](https://www.linkedin.com/in/salaarsaaiem525) and is licensed under the [MIT License](LICENSE). This means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software for personal or commercial purposes, provided that proper credit is given and the original license and copyright notice are included in all copies or substantial portions of the software. The software is provided "as is", without any warranty of any kind, express or implied, and the author is not liable for any claims, damages, or other liabilities arising from its use.
0 commit comments