File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 4242 "!pip install -Uq roboflow"
4343 ]
4444 },
45+ {
46+ "cell_type": "markdown",
47+ "id": "8e2601ed-fe08-45fa-8393-ae1f14df95b4",
48+ "metadata": {},
49+ "source": [
50+ "## Search Datasets"
51+ ]
52+ },
4553 {
4654 "attachments": {
4755 "image-2.png": {
5866 "id": "7857712c",
5967 "metadata": {},
6068 "source": [
61- "You'll need an account on Roboflow platform. [Sign-up ](https://app.roboflow.com/) for free.\n",
69+ "First, [sign-up for an account](https://app.roboflow.com/) - for free.\n",
6270 "\n",
6371 "You can now search for any dataset on the [platform](https://universe.roboflow.com/) using keywords.\n",
6472 "\n",
7381 ""
7482 ]
7583 },
84+ {
85+ "cell_type": "markdown",
86+ "id": "3a08fdbf-0e16-4736-9bf1-df56206c5084",
87+ "metadata": {},
88+ "source": [
89+ "## Download into local folder\n",
90+ "\n",
91+ "In this notebook we will downlaod the Pascal VOC 2012 dataset in COCO format into our local folder."
92+ ]
93+ },
7694 {
7795 "cell_type": "code",
7896 "execution_count": null,
84102 "rf = Roboflow(api_key=\"YOUR_API_KEY\")"
85103 ]
86104 },
87- {
88- "cell_type": "markdown",
89- "id": "3a08fdbf-0e16-4736-9bf1-df56206c5084",
90- "metadata": {},
91- "source": [
92- "## Download into local folder\n",
93- "\n",
94- "In this notebook we will downlaod the Pascal VOC 2012 dataset in COCO format into our local folder."
95- ]
96- },
97105 {
98106 "cell_type": "code",
99107 "execution_count": null,
You can’t perform that action at this time.
0 commit comments