Commit
Β·
fe89fbb
1
Parent(s):
c17bef1
Update README with complete project documentation
Browse files
README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
# π Food Freshness Classification Using Deep Learning
|
3 |
|
4 |
This project aims to classify food images as **Fresh** or **Not Fresh** using deep learning and transfer learning with PyTorch. We explore various CNN architectures and hybrid ensemble models to achieve state-of-the-art accuracy.
|
@@ -176,18 +186,3 @@ This project shows the power of transfer learning and hybrid deep learning model
|
|
176 |
|
177 |
- [Segment Anything Model (SAM)](https://github.com/facebookresearch/segment-anything)
|
178 |
- [EfficientNet Implementation](https://github.com/lukemelas/EfficientNet-PyTorch)
|
179 |
-
|
180 |
-
=======
|
181 |
-
---
|
182 |
-
title: Fish Freshness Classifier
|
183 |
-
emoji: π’
|
184 |
-
colorFrom: yellow
|
185 |
-
colorTo: green
|
186 |
-
sdk: gradio
|
187 |
-
sdk_version: 5.29.1
|
188 |
-
app_file: app.py
|
189 |
-
pinned: false
|
190 |
-
---
|
191 |
-
|
192 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
193 |
-
>>>>>>> space/main
|
|
|
1 |
+
---
|
2 |
+
title: Fish Freshness Classifier
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.19.2
|
8 |
+
app_file: fish_freshness_app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# π Food Freshness Classification Using Deep Learning
|
13 |
|
14 |
This project aims to classify food images as **Fresh** or **Not Fresh** using deep learning and transfer learning with PyTorch. We explore various CNN architectures and hybrid ensemble models to achieve state-of-the-art accuracy.
|
|
|
186 |
|
187 |
- [Segment Anything Model (SAM)](https://github.com/facebookresearch/segment-anything)
|
188 |
- [EfficientNet Implementation](https://github.com/lukemelas/EfficientNet-PyTorch)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|