Skip to content

Commit a7a75db

Browse files
Update README.md
1 parent 0e53f78 commit a7a75db

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,18 @@ Following are the test results showing the model predictions on sample images fr
109109

110110
## <picture><img src="https://github.com/Salaar-Saaiem/EV-Adoption-Forecasting/blob/25cf376c3e3e651dad009fde041aab5d2da213c0/Assets/514.gif?raw=true" alt="" width="32" height="32"></picture> **Tech Stack**
111111

112-
- **TensorFlow / Keras** – Core deep learning framework used for building, training, fine-tuning, and saving models.
113-
- **EfficientNetV2B2** – Transfer learning backbone pre-trained on ImageNet, integrated for better performance and faster convergence.
114-
- **Custom CNN Layers** – Tailored layers added over EfficientNet for domain-specific fine-tuning and improved accuracy.
115-
- **tf.keras.preprocessing & ImageDataGenerator** – For real-time image augmentation, scaling, and train-validation-test pipeline.
116-
- **Matplotlib & Seaborn** – For visualizing performance metrics like learning curves, confusion matrix, and prediction results.
117-
- **Scikit-learn** – For generating classification reports, precision, recall, and F1-score.
118-
- **Gradio** – For browser-based UI that supports both image upload and live webcam input for real-time predictions.
119-
- **Python 3.10** – Programming language used throughout the entire project.
120-
- **NumPy & Pandas** – For efficient numerical operations and dataset handling.
121-
- **Jupyter Notebook** – For model experimentation, prototyping, and performance evaluation.
112+
| Technology / Library | Purpose |
113+
|----------------------|---------|
114+
| **TensorFlow / Keras** | Core deep learning framework used for building, training, fine-tuning, and saving models. |
115+
| **EfficientNetV2B2** | Transfer learning backbone pre-trained on ImageNet, integrated for better performance and faster convergence. |
116+
| **Custom CNN Layers** | Tailored layers added over EfficientNet for domain-specific fine-tuning and improved accuracy. |
117+
| **tf.keras.preprocessing & ImageDataGenerator** | For real-time image augmentation, scaling, and train-validation-test pipeline. |
118+
| **Matplotlib & Seaborn** | For visualizing performance metrics like learning curves, confusion matrix, and prediction results. |
119+
| **Scikit-learn** | For generating classification reports, precision, recall, and F1-score. |
120+
| **Gradio** | For browser-based UI that supports both image upload and live webcam input for real-time predictions. |
121+
| **Python 3.10** | Programming language used throughout the entire project. |
122+
| **NumPy & Pandas** | For efficient numerical operations and dataset handling. |
123+
| **Jupyter Notebook** | For model experimentation, prototyping, and performance evaluation. |
122124

123125

124126

0 commit comments

Comments
 (0)