Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -147,27 +147,32 @@ usage: |
|
|
147 |
```python
|
148 |
from datasets import load_dataset
|
149 |
dataset = load_dataset("devshaheen/100_crops_plants_object_detection_25k_image_dataset")
|
150 |
-
|
151 |
-
clone_dataset: |
|
152 |
|
153 |
-
Or, clone the dataset manually:
|
154 |
|
155 |
-
|
156 |
-
git clone https://huggingface.co/datasets/devshaheen/100_crops_plants_object_detection_25k_image_dataset
|
157 |
|
158 |
-
|
159 |
-
This dataset is released under the MIT License, allowing free use for both research and commercial projects. Please credit the authors when using it.
|
160 |
|
161 |
-
|
162 |
-
|
163 |
|
164 |
-
|
165 |
-
- Izhar Ashiq ([LinkedIn](https://in.linkedin.com/in/izharashiq))
|
166 |
|
167 |
-
|
168 |
-
For any inquiries, feel free to reach out via LinkedIn or start a discussion on Hugging Face.
|
169 |
|
170 |
-
|
171 |
|
172 |
-
|
173 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
```python
|
148 |
from datasets import load_dataset
|
149 |
dataset = load_dataset("devshaheen/100_crops_plants_object_detection_25k_image_dataset")
|
|
|
|
|
150 |
|
|
|
151 |
|
152 |
+
## Clone Dataset
|
|
|
153 |
|
154 |
+
Or, clone the dataset manually:
|
|
|
155 |
|
156 |
+
```bash
|
157 |
+
git clone https://huggingface.co/datasets/devshaheen/100_crops_plants_object_detection_25k_image_dataset
|
158 |
|
159 |
+
## License Details
|
|
|
160 |
|
161 |
+
This dataset is released under the **MIT License**, allowing free use for both research and commercial projects. Please credit the authors when using it.
|
|
|
162 |
|
163 |
+
## Citation
|
164 |
|
165 |
+
If you use this dataset, please credit:
|
166 |
+
|
167 |
+
- **Shaheen Nabi** ([LinkedIn](https://www.linkedin.com/in/shaheennabi/))
|
168 |
+
- **Izhar Ashiq** ([LinkedIn](https://in.linkedin.com/in/izharashiq))
|
169 |
+
|
170 |
+
## Contact
|
171 |
+
|
172 |
+
For any inquiries, feel free to reach out via LinkedIn or start a discussion on Hugging Face.
|
173 |
+
|
174 |
+
π **Hugging Face Profile**: [https://huggingface.co/devshaheen](https://huggingface.co/devshaheen)
|
175 |
+
|
176 |
+
## Note
|
177 |
+
|
178 |
+
π‘ **Note**: If you need this dataset in any other format, DM me on LinkedIn or ask in the discussions box. I will provide it ASAP. ππ±
|