andandandand commited on
Commit
aec8440
·
verified ·
1 Parent(s): cf58a2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -66
README.md CHANGED
@@ -11,51 +11,7 @@ tags:
11
  - fiftyone
12
  - image
13
  - image-classification
14
- dataset_summary: '
15
-
16
-
17
-
18
-
19
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 12392 samples.
20
-
21
-
22
- ## Installation
23
-
24
-
25
- To navigate it easily install FiftyOne:
26
-
27
-
28
- ```bash
29
-
30
- pip install -U fiftyone
31
-
32
- ```
33
-
34
-
35
- ## Usage
36
-
37
-
38
- ```python
39
-
40
- import fiftyone as fo
41
-
42
- from fiftyone.utils.huggingface import load_from_hub
43
-
44
-
45
- # Load the dataset
46
-
47
- # Note: other available arguments include ''max_samples'', etc
48
-
49
- dataset = load_from_hub("andandandand/jaguars")
50
-
51
-
52
- # Launch the App
53
-
54
- session = fo.launch_app(dataset)
55
-
56
- ```
57
-
58
- '
59
  ---
60
 
61
  # Dataset Card for jaguars
@@ -64,27 +20,6 @@ dataset_summary: '
64
 
65
  This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 12392 samples.
66
 
67
- ## Installation
68
-
69
- If you haven't already, install FiftyOne:
70
-
71
- ```bash
72
- pip install -U fiftyone
73
- ```
74
-
75
- ## Usage
76
-
77
- ```python
78
- import fiftyone as fo
79
- from fiftyone.utils.huggingface import load_from_hub
80
-
81
- # Load the dataset
82
- # Note: other available arguments include 'max_samples', etc
83
- dataset = load_from_hub("andandandand/jaguars")
84
-
85
- # Launch the App
86
- session = fo.launch_app(dataset)
87
- ```
88
 
89
 
90
  ## Dataset Details
@@ -150,4 +85,28 @@ If you use this dataset in your research, please cite the following:
150
  howpublished = {\url{https://huggingface.co/datasets/jaguaridentification/jaguars}}
151
  }
152
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  ```
 
11
  - fiftyone
12
  - image
13
  - image-classification
14
+ license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # Dataset Card for jaguars
 
20
 
21
  This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 12392 samples.
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
 
25
  ## Dataset Details
 
85
  howpublished = {\url{https://huggingface.co/datasets/jaguaridentification/jaguars}}
86
  }
87
 
88
+ ## Installation
89
+
90
+ If you haven't already, install FiftyOne:
91
+
92
+ ```bash
93
+ pip install -U fiftyone
94
+ ```
95
+
96
+ ## Usage
97
+
98
+ ```python
99
+ import fiftyone as fo
100
+ from fiftyone.utils.huggingface import load_from_hub
101
+
102
+ # Load the dataset
103
+ # Note: other available arguments include 'max_samples', etc
104
+ dataset = load_from_hub("andandandand/jaguars")
105
+
106
+ # Launch the App
107
+ session = fo.launch_app(dataset)
108
+ ```
109
+
110
+
111
+
112
  ```