Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
# EfficientNet B2 Image Classification
|
| 2 |
|
| 3 |
This project implements an image classification model using the EfficientNet B2 architecture, fine-tuned on a custom dataset. It provides a modular and easy-to-use structure for training and evaluating the model.
|
|
|
|
| 4 |
|
| 5 |
## Project Structure
|
| 6 |
|
|
|
|
| 1 |
# EfficientNet B2 Image Classification
|
| 2 |
|
| 3 |
This project implements an image classification model using the EfficientNet B2 architecture, fine-tuned on a custom dataset. It provides a modular and easy-to-use structure for training and evaluating the model.
|
| 4 |
+
Dataset used: AllenTAN/image_sentiment
|
| 5 |
|
| 6 |
## Project Structure
|
| 7 |
|