Spaces:
Sleeping
Sleeping
files added
Browse files- CedarvilleCursive-Regular.ttf +0 -0
- README.md +12 -13
- fruit_freshness_model.h5 +3 -0
- requirements.txt +10 -0
- task4.ipynb +0 -0
- yolov9c.pt +3 -0
CedarvilleCursive-Regular.ttf
ADDED
Binary file (63.8 kB). View file
|
|
README.md
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
---
|
2 |
+
title: FreshVegFruit
|
3 |
+
emoji: 🐠
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: red
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.38.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
fruit_freshness_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd14a25aa5140b8b36a099e29aa9dcd67b33b237a6c1874a9cbcf74304ce839b
|
3 |
+
size 39727968
|
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
tensorflow
|
3 |
+
numpy
|
4 |
+
Pillow
|
5 |
+
pandas
|
6 |
+
PaddleOCR
|
7 |
+
matplotlib
|
8 |
+
dateparser
|
9 |
+
paddlepaddle
|
10 |
+
ultralytics
|
task4.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
yolov9c.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:876eb84f515d40c34a3b111f8fc1077d3aee59d3a243afd1cc5b77d520f237c7
|
3 |
+
size 51794840
|