You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45-8Lines changed: 45 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,13 @@ Aggregate metrics in ML are not good enough. To improve production ML, you need
6
6
7
7
Scale Nucleus helps you:
8
8
9
-
* Visualize your data
10
-
* Curate interesting slices within your dataset
11
-
* Review and manage annotations
12
-
* Measure and debug your model performance
9
+
- Visualize your data
10
+
- Curate interesting slices within your dataset
11
+
- Review and manage annotations
12
+
- Measure and debug your model performance
13
13
14
14
Nucleus is a new way—the right way—to develop ML models, helping us move away from the concept of one dataset and towards a paradigm of collections of scenarios.
15
15
16
-
17
-
18
16
## Installation
19
17
20
18
`$ pip install scale-nucleus`
@@ -26,65 +24,83 @@ The client abstractions serves to authenticate the user and act as the gateway
26
24
for users to interact with their datasets, models, and model runs.
A response code of 200 indicates successful deletion.
49
+
47
50
```python
48
51
client.delete_dataset("YOUR_DATASET_ID")
49
52
```
50
53
51
54
### Append Items to a Dataset
55
+
52
56
You can append both local images and images from the web. Simply specify the location and Nucleus will automatically infer if it's remote or a local file.
0 commit comments