jamarks commited on
Commit
df137bb
1 Parent(s): 5cd4c6c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +232 -0
README.md ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators: []
3
+ language: en
4
+ license: other
5
+ size_categories:
6
+ - 1K<n<10K
7
+ task_categories:
8
+ - image-classification
9
+ - image-segmentation
10
+ task_ids: []
11
+ pretty_name: Oxford Flowers 102
12
+ tags:
13
+ - fiftyone
14
+ - image
15
+ - image-classification
16
+ - image-segmentation
17
+ dataset_summary: '
18
+
19
+
20
+
21
+ ![image/png](dataset_preview.gif)
22
+
23
+
24
+
25
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 8189 samples.
26
+
27
+
28
+ ## Installation
29
+
30
+
31
+ If you haven''t already, install FiftyOne:
32
+
33
+
34
+ ```bash
35
+
36
+ pip install -U fiftyone
37
+
38
+ ```
39
+
40
+
41
+ ## Usage
42
+
43
+
44
+ ```python
45
+
46
+ import fiftyone as fo
47
+
48
+ import fiftyone.utils.huggingface as fouh
49
+
50
+
51
+ # Load the dataset
52
+
53
+ # Note: other available arguments include ''max_samples'', etc
54
+
55
+ dataset = fouh.load_from_hub("jamarks/OxfordFlowers102")
56
+
57
+
58
+ # Launch the App
59
+
60
+ session = fo.launch_app(dataset)
61
+
62
+ ```
63
+
64
+ '
65
+ ---
66
+
67
+ # Dataset Card for Oxford Flowers 102
68
+
69
+ <!-- Provide a quick summary of the dataset. -->
70
+
71
+
72
+
73
+
74
+ ![image/png](dataset_preview.gif)
75
+
76
+
77
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 8189 samples.
78
+
79
+ ## Installation
80
+
81
+ If you haven't already, install FiftyOne:
82
+
83
+ ```bash
84
+ pip install -U fiftyone
85
+ ```
86
+
87
+ ## Usage
88
+
89
+ ```python
90
+ import fiftyone as fo
91
+ import fiftyone.utils.huggingface as fouh
92
+
93
+ # Load the dataset
94
+ # Note: other available arguments include 'max_samples', etc
95
+ dataset = fouh.load_from_hub("jamarks/OxfordFlowers102")
96
+
97
+ # Launch the App
98
+ session = fo.launch_app(dataset)
99
+ ```
100
+
101
+
102
+ ## Dataset Details
103
+
104
+ ### Dataset Description
105
+
106
+ <!-- Provide a longer summary of what this dataset is. -->
107
+
108
+
109
+
110
+ - **Curated by:** [More Information Needed]
111
+ - **Funded by [optional]:** [More Information Needed]
112
+ - **Shared by [optional]:** [More Information Needed]
113
+ - **Language(s) (NLP):** en
114
+ - **License:** other
115
+
116
+ ### Dataset Sources [optional]
117
+
118
+ <!-- Provide the basic links for the dataset. -->
119
+
120
+ - **Repository:** [More Information Needed]
121
+ - **Paper [optional]:** [More Information Needed]
122
+ - **Demo [optional]:** [More Information Needed]
123
+
124
+ ## Uses
125
+
126
+ <!-- Address questions around how the dataset is intended to be used. -->
127
+
128
+ ### Direct Use
129
+
130
+ <!-- This section describes suitable use cases for the dataset. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Out-of-Scope Use
135
+
136
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## Dataset Structure
141
+
142
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Dataset Creation
147
+
148
+ ### Curation Rationale
149
+
150
+ <!-- Motivation for the creation of this dataset. -->
151
+
152
+ [More Information Needed]
153
+
154
+ ### Source Data
155
+
156
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
157
+
158
+ #### Data Collection and Processing
159
+
160
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
161
+
162
+ [More Information Needed]
163
+
164
+ #### Who are the source data producers?
165
+
166
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
167
+
168
+ [More Information Needed]
169
+
170
+ ### Annotations [optional]
171
+
172
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
173
+
174
+ #### Annotation process
175
+
176
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
177
+
178
+ [More Information Needed]
179
+
180
+ #### Who are the annotators?
181
+
182
+ <!-- This section describes the people or systems who created the annotations. -->
183
+
184
+ [More Information Needed]
185
+
186
+ #### Personal and Sensitive Information
187
+
188
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
189
+
190
+ [More Information Needed]
191
+
192
+ ## Bias, Risks, and Limitations
193
+
194
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
195
+
196
+ [More Information Needed]
197
+
198
+ ### Recommendations
199
+
200
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
201
+
202
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
203
+
204
+ ## Citation [optional]
205
+
206
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
207
+
208
+ **BibTeX:**
209
+
210
+ [More Information Needed]
211
+
212
+ **APA:**
213
+
214
+ [More Information Needed]
215
+
216
+ ## Glossary [optional]
217
+
218
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
219
+
220
+ [More Information Needed]
221
+
222
+ ## More Information [optional]
223
+
224
+ [More Information Needed]
225
+
226
+ ## Dataset Card Authors [optional]
227
+
228
+ [More Information Needed]
229
+
230
+ ## Dataset Card Contact
231
+
232
+ [More Information Needed]