Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
datasets:
|
|
@@ -24,6 +25,8 @@ widget:
|
|
| 24 |
example_title: Banana Example
|
| 25 |
---
|
| 26 |
|
|
|
|
|
|
|
| 27 |
# Fruit Classifier - EfficientNet-B0 (Fruits-360 Merged)
|
| 28 |
|
| 29 |
This repository contains a fruit image classification model based on a fine-tuned **EfficientNet-B0** architecture using PyTorch and torchvision. The model was trained on the **Fruits-360 dataset**, with a modification where specific fruit variants were merged into broader categories (e.g., "Apple Red 1", "Apple 6" merged into "Apple"), resulting in **[76]** distinct classes. <-- Make sure this matches your actual class count
|
|
|
|
| 1 |
+
|
| 2 |
---
|
| 3 |
license: mit
|
| 4 |
datasets:
|
|
|
|
| 25 |
example_title: Banana Example
|
| 26 |
---
|
| 27 |
|
| 28 |
+
# [DEMO APP](https://huggingface.co/spaces/bhumong/fruit-classifier-app)
|
| 29 |
+
|
| 30 |
# Fruit Classifier - EfficientNet-B0 (Fruits-360 Merged)
|
| 31 |
|
| 32 |
This repository contains a fruit image classification model based on a fine-tuned **EfficientNet-B0** architecture using PyTorch and torchvision. The model was trained on the **Fruits-360 dataset**, with a modification where specific fruit variants were merged into broader categories (e.g., "Apple Red 1", "Apple 6" merged into "Apple"), resulting in **[76]** distinct classes. <-- Make sure this matches your actual class count
|