leafora commited on
Commit
cb80354
·
verified ·
1 Parent(s): 1025b47

add metadata

Browse files
Files changed (1) hide show
  1. README.md +31 -19
README.md CHANGED
@@ -1,20 +1,32 @@
1
- # FreshVision with [EfficientNet](https://pytorch.org/hub/nvidia_deeplearningexamples_efficientnet/)
2
-
3
- ![tomatoo](https://media.tenor.com/N3Glefqal5AAAAAe/tomato-meme.png)
4
-
5
- FreshVision is a machine learning model to classify freshness for fruits and vegetables. This model is built using EfficientNet. EfficientNet is an image classification model family thas has been trained on more than a million images from the ImageNet database.
6
-
7
- ## Models library
8
- * EfficientNetB0 [docs](https://pytorch.org/vision/main/models/generated/torchvision.models.efficientnet_b0.html)
9
- * EfficientNetB2 [docs](https://pytorch.org/vision/main/models/generated/torchvision.models.efficientnet_b2.html#torchvision.models.efficientnet_b2)
10
-
11
- ## Prerequisites
12
- * Python 3
13
- * torch 2.4.0
14
- * torchvision 0.19.0
15
- * tqdm
16
- * tensorboard
17
-
18
- ## References
19
- * https://pytorch.org/hub/nvidia_deeplearningexamples_efficientnet/
 
 
 
 
 
 
 
 
 
 
 
 
20
  * https://data.mendeley.com/datasets/6ps7gtp2wg/1
 
1
+ ---
2
+ title: Freshvision
3
+ emoji: 🐨
4
+ colorFrom: yellow
5
+ colorTo: yellow
6
+ sdk: gradio
7
+ sdk_version: 4.42.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
+ # FreshVision with [EfficientNet](https://pytorch.org/hub/nvidia_deeplearningexamples_efficientnet/)
14
+
15
+ ![tomatoo](https://media.tenor.com/N3Glefqal5AAAAAe/tomato-meme.png)
16
+
17
+ FreshVision is a machine learning model to classify freshness for fruits and vegetables. This model is built using EfficientNet. EfficientNet is an image classification model family thas has been trained on more than a million images from the ImageNet database.
18
+
19
+ ## Models library
20
+ * EfficientNetB0 [docs](https://pytorch.org/vision/main/models/generated/torchvision.models.efficientnet_b0.html)
21
+ * EfficientNetB2 [docs](https://pytorch.org/vision/main/models/generated/torchvision.models.efficientnet_b2.html#torchvision.models.efficientnet_b2)
22
+
23
+ ## Prerequisites
24
+ * Python 3
25
+ * torch 2.4.0
26
+ * torchvision 0.19.0
27
+ * tqdm
28
+ * tensorboard
29
+
30
+ ## References
31
+ * https://pytorch.org/hub/nvidia_deeplearningexamples_efficientnet/
32
  * https://data.mendeley.com/datasets/6ps7gtp2wg/1