Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Chapian
/
PPE_detection
like
0
Tasks:
Object Detection
Tags:
roboflow
roboflow2huggingface
Dataset card
Files
Files and versions
Community
Chapian
commited on
Mar 9, 2024
Commit
c5e1ad1
·
verified
·
1 Parent(s):
6beb151
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+10
-0
README.md
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
---
2
+
task_categories:
3
+
- object-detection
4
+
tags:
5
+
- roboflow
6
+
- roboflow2huggingface
7
+
---
8
+
from datasets import load_dataset
9
+
10
+
dataset = load_dataset("Chapian/PPE_detection")