commit files to HF hub
Browse files- .gitattributes +17 -0
- README.md +63 -7
- config.json +36 -8
- images/Amla.jpg +3 -0
- images/Bael.jpg +3 -0
- images/Basil.jpg +3 -0
- images/Boswellia.jpg +3 -0
- images/Calendula.jpg +3 -0
- images/Catnip.jpg +3 -0
- images/Garlic.jpg +3 -0
- images/Giloe.jpg +3 -0
- images/Ginseng.jpg +3 -0
- images/Gotu_Kola.jpg +3 -0
- images/Lemon_Balm.jpg +3 -0
- images/Mint.jpg +3 -0
- images/Neem.jpg +3 -0
- images/Peppermint.jpg +3 -0
- images/Rosemary.jpg +3 -0
- images/Thyme.jpg +3 -0
- images/Turmeric.jpg +3 -0
- model.safetensors +2 -2
- runs/events.out.tfevents.1699104712.f963efa1ab96.1075.0 +3 -0
.gitattributes
CHANGED
@@ -38,3 +38,20 @@ images/Ashwagandha.jpg filter=lfs diff=lfs merge=lfs -text
|
|
38 |
images/Ginger.jpg filter=lfs diff=lfs merge=lfs -text
|
39 |
images/Termeric.jpg filter=lfs diff=lfs merge=lfs -text
|
40 |
images/Tulsi.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
images/Ginger.jpg filter=lfs diff=lfs merge=lfs -text
|
39 |
images/Termeric.jpg filter=lfs diff=lfs merge=lfs -text
|
40 |
images/Tulsi.jpg filter=lfs diff=lfs merge=lfs -text
|
41 |
+
images/Amla.jpg filter=lfs diff=lfs merge=lfs -text
|
42 |
+
images/Bael.jpg filter=lfs diff=lfs merge=lfs -text
|
43 |
+
images/Basil.jpg filter=lfs diff=lfs merge=lfs -text
|
44 |
+
images/Boswellia.jpg filter=lfs diff=lfs merge=lfs -text
|
45 |
+
images/Calendula.jpg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
images/Catnip.jpg filter=lfs diff=lfs merge=lfs -text
|
47 |
+
images/Garlic.jpg filter=lfs diff=lfs merge=lfs -text
|
48 |
+
images/Giloe.jpg filter=lfs diff=lfs merge=lfs -text
|
49 |
+
images/Ginseng.jpg filter=lfs diff=lfs merge=lfs -text
|
50 |
+
images/Gotu_Kola.jpg filter=lfs diff=lfs merge=lfs -text
|
51 |
+
images/Lemon_Balm.jpg filter=lfs diff=lfs merge=lfs -text
|
52 |
+
images/Mint.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
+
images/Neem.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
images/Peppermint.jpg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
images/Rosemary.jpg filter=lfs diff=lfs merge=lfs -text
|
56 |
+
images/Thyme.jpg filter=lfs diff=lfs merge=lfs -text
|
57 |
+
images/Turmeric.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -15,7 +15,7 @@ model-index:
|
|
15 |
metrics:
|
16 |
- name: Accuracy
|
17 |
type: accuracy
|
18 |
-
value: 0.
|
19 |
---
|
20 |
|
21 |
# plantify
|
@@ -35,18 +35,74 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
35 |
|
36 |
![Aloevera](images/Aloevera.jpg)
|
37 |
|
38 |
-
####
|
39 |
|
40 |
-
![
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
#### Ginger
|
43 |
|
44 |
![Ginger](images/Ginger.jpg)
|
45 |
|
46 |
-
####
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
![
|
49 |
|
50 |
-
####
|
51 |
|
52 |
-
![
|
|
|
15 |
metrics:
|
16 |
- name: Accuracy
|
17 |
type: accuracy
|
18 |
+
value: 0.658823549747467
|
19 |
---
|
20 |
|
21 |
# plantify
|
|
|
35 |
|
36 |
![Aloevera](images/Aloevera.jpg)
|
37 |
|
38 |
+
#### Amla
|
39 |
|
40 |
+
![Amla](images/Amla.jpg)
|
41 |
+
|
42 |
+
#### Bael
|
43 |
+
|
44 |
+
![Bael](images/Bael.jpg)
|
45 |
+
|
46 |
+
#### Basil
|
47 |
+
|
48 |
+
![Basil](images/Basil.jpg)
|
49 |
+
|
50 |
+
#### Boswellia
|
51 |
+
|
52 |
+
![Boswellia](images/Boswellia.jpg)
|
53 |
+
|
54 |
+
#### Calendula
|
55 |
+
|
56 |
+
![Calendula](images/Calendula.jpg)
|
57 |
+
|
58 |
+
#### Catnip
|
59 |
+
|
60 |
+
![Catnip](images/Catnip.jpg)
|
61 |
+
|
62 |
+
#### Garlic
|
63 |
+
|
64 |
+
![Garlic](images/Garlic.jpg)
|
65 |
+
|
66 |
+
#### Giloe
|
67 |
+
|
68 |
+
![Giloe](images/Giloe.jpg)
|
69 |
|
70 |
#### Ginger
|
71 |
|
72 |
![Ginger](images/Ginger.jpg)
|
73 |
|
74 |
+
#### Ginseng
|
75 |
+
|
76 |
+
![Ginseng](images/Ginseng.jpg)
|
77 |
+
|
78 |
+
#### Gotu Kola
|
79 |
+
|
80 |
+
![Gotu Kola](images/Gotu_Kola.jpg)
|
81 |
+
|
82 |
+
#### Lemon Balm
|
83 |
+
|
84 |
+
![Lemon Balm](images/Lemon_Balm.jpg)
|
85 |
+
|
86 |
+
#### Mint
|
87 |
+
|
88 |
+
![Mint](images/Mint.jpg)
|
89 |
+
|
90 |
+
#### Neem
|
91 |
+
|
92 |
+
![Neem](images/Neem.jpg)
|
93 |
+
|
94 |
+
#### Peppermint
|
95 |
+
|
96 |
+
![Peppermint](images/Peppermint.jpg)
|
97 |
+
|
98 |
+
#### Rosemary
|
99 |
+
|
100 |
+
![Rosemary](images/Rosemary.jpg)
|
101 |
+
|
102 |
+
#### Thyme
|
103 |
|
104 |
+
![Thyme](images/Thyme.jpg)
|
105 |
|
106 |
+
#### Turmeric
|
107 |
|
108 |
+
![Turmeric](images/Turmeric.jpg)
|
config.json
CHANGED
@@ -10,20 +10,48 @@
|
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
"0": "Aloevera",
|
13 |
-
"1": "
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
},
|
18 |
"image_size": 224,
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
"Aloevera": "0",
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"model_type": "vit",
|
|
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
"0": "Aloevera",
|
13 |
+
"1": "Amla",
|
14 |
+
"10": "Ginseng",
|
15 |
+
"11": "Gotu Kola",
|
16 |
+
"12": "Lemon Balm",
|
17 |
+
"13": "Mint",
|
18 |
+
"14": "Neem",
|
19 |
+
"15": "Peppermint",
|
20 |
+
"16": "Rosemary",
|
21 |
+
"17": "Thyme",
|
22 |
+
"18": "Turmeric",
|
23 |
+
"2": "Bael",
|
24 |
+
"3": "Basil",
|
25 |
+
"4": "Boswellia",
|
26 |
+
"5": "Calendula",
|
27 |
+
"6": "Catnip",
|
28 |
+
"7": "Garlic",
|
29 |
+
"8": "Giloe",
|
30 |
+
"9": "Ginger"
|
31 |
},
|
32 |
"image_size": 224,
|
33 |
"initializer_range": 0.02,
|
34 |
"intermediate_size": 3072,
|
35 |
"label2id": {
|
36 |
"Aloevera": "0",
|
37 |
+
"Amla": "1",
|
38 |
+
"Bael": "2",
|
39 |
+
"Basil": "3",
|
40 |
+
"Boswellia": "4",
|
41 |
+
"Calendula": "5",
|
42 |
+
"Catnip": "6",
|
43 |
+
"Garlic": "7",
|
44 |
+
"Giloe": "8",
|
45 |
+
"Ginger": "9",
|
46 |
+
"Ginseng": "10",
|
47 |
+
"Gotu Kola": "11",
|
48 |
+
"Lemon Balm": "12",
|
49 |
+
"Mint": "13",
|
50 |
+
"Neem": "14",
|
51 |
+
"Peppermint": "15",
|
52 |
+
"Rosemary": "16",
|
53 |
+
"Thyme": "17",
|
54 |
+
"Turmeric": "18"
|
55 |
},
|
56 |
"layer_norm_eps": 1e-12,
|
57 |
"model_type": "vit",
|
images/Amla.jpg
ADDED
Git LFS Details
|
images/Bael.jpg
ADDED
Git LFS Details
|
images/Basil.jpg
ADDED
Git LFS Details
|
images/Boswellia.jpg
ADDED
Git LFS Details
|
images/Calendula.jpg
ADDED
Git LFS Details
|
images/Catnip.jpg
ADDED
Git LFS Details
|
images/Garlic.jpg
ADDED
Git LFS Details
|
images/Giloe.jpg
ADDED
Git LFS Details
|
images/Ginseng.jpg
ADDED
Git LFS Details
|
images/Gotu_Kola.jpg
ADDED
Git LFS Details
|
images/Lemon_Balm.jpg
ADDED
Git LFS Details
|
images/Mint.jpg
ADDED
Git LFS Details
|
images/Neem.jpg
ADDED
Git LFS Details
|
images/Peppermint.jpg
ADDED
Git LFS Details
|
images/Rosemary.jpg
ADDED
Git LFS Details
|
images/Thyme.jpg
ADDED
Git LFS Details
|
images/Turmeric.jpg
ADDED
Git LFS Details
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa33e596ea0b0e392a4dc40808f1089f0942c0d8a2140d4a16354000d682bfcf
|
3 |
+
size 343276268
|
runs/events.out.tfevents.1699104712.f963efa1ab96.1075.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a00f4c3a67a2e4b03d338b5890da4b85b5fe8625a2c910d2d101b1a4f9b9835
|
3 |
+
size 2704
|