Skip to content

Commit b166919

Browse files
committed
Update caption_generation.ipynb
1 parent 016e039 commit b166919

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

examples/caption_generation.ipynb

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,11 @@
22952295
"cell_type": "markdown",
22962296
"metadata": {},
22972297
"source": [
2298-
"# Wrap Up\n",
2298+
"## Wrap Up\n",
2299+
"\n",
2300+
"That's a wrap! In this notebook we showed how you load dataset from Kaggle and analyze it using fastdup. You can use similar methods to run on other similar datasets on [Roboflow Universe](https://universe.roboflow.com/).\n",
2301+
"\n",
2302+
"Try it out and let us know what issues you find.\n",
22992303
"\n",
23002304
"Next, feel free to check out other tutorials -\n",
23012305
"\n",
@@ -2310,16 +2314,40 @@
23102314
"metadata": {},
23112315
"source": [
23122316
"\n",
2313-
"## VL Profiler\n",
2317+
"## VL Profiler - A faster and easier way to diagnose and visualize dataset issues\n",
2318+
"\n",
23142319
"If you prefer a no-code platform to inspect and visualize your dataset, [**try our free cloud product VL Profiler**](https://app.visual-layer.com) - VL Profiler is our first no-code commercial product that lets you visualize and inspect your dataset in your browser. \n",
23152320
"\n",
2316-
"[Sign up](https://app.visual-layer.com) now, it's free.\n",
2321+
"VL Profiler is free to get started. Upload up to 1,000,000 images for analysis at zero cost!\n",
23172322
"\n",
2318-
"[![image](https://raw.githubusercontent.com/visual-layer/fastdup/main/gallery/vl_profiler_promo.svg)](https://app.visual-layer.com)\n",
2323+
"[Sign up](https://app.visual-layer.com) now.\n",
2324+
"\n",
2325+
"[![image](https://raw.githubusercontent.com/visual-layer/fastdup/main/gallery/github_banner_profiler.gif)](https://app.visual-layer.com)\n",
2326+
"\n",
2327+
"As usual, feedback is welcome! Questions? Drop by our [Slack channel](https://visualdatabase.slack.com/join/shared_invite/zt-19jaydbjn-lNDEDkgvSI1QwbTXSY6dlA#/shared-invite/email) or open an issue on [GitHub](https://github.com/visual-layer/fastdup/issues)."
2328+
]
2329+
},
2330+
{
2331+
"cell_type": "markdown",
2332+
"metadata": {},
2333+
"source": [
2334+
"<center> \n",
2335+
" <a href=\"https://visual-layer.com/\" target=\"_blank\" style=\"text-decoration: none;\"> <img style=\"width:200px\" alt=\"logo\" src=\"https://d2iycffepdu1yp.cloudfront.net/design-assets/VL_horizontal_logo.png\"> </a><br>\n",
2336+
" <a href=\"https://github.com/visual-layer/fastdup\" target=\"_blank\" style=\"text-decoration: none;\"> GitHub </a> •\n",
2337+
" <a href=\"https://visual-layer.slack.com/\" target=\"_blank\" style=\"text-decoration: none;\"> Join Slack Community </a> •\n",
2338+
" <a href=\"https://visual-layer.readme.io/discuss\" target=\"_blank\" style=\"text-decoration: none;\"> Discussion Forum </a>\n",
2339+
"</center>\n",
23192340
"\n",
2320-
"As usual, feedback is welcome! \n",
2341+
"<center> \n",
2342+
" <a href=\"https://medium.com/visual-layer\" target=\"_blank\" style=\"text-decoration: none;\"> Blog </a> •\n",
2343+
" <a href=\"https://visual-layer.readme.io/\" target=\"_blank\" style=\"text-decoration: none;\"> Documentation </a> •\n",
2344+
" <a href=\"https://visual-layer.com/about\" target=\"_blank\" style=\"text-decoration: none;\"> About Us </a> \n",
2345+
"</center>\n",
23212346
"\n",
2322-
"Questions? Drop by our [Slack channel](https://visualdatabase.slack.com/join/shared_invite/zt-19jaydbjn-lNDEDkgvSI1QwbTXSY6dlA#/shared-invite/email) or open an issue on [GitHub](https://github.com/visual-layer/fastdup/issues)."
2347+
"<center> \n",
2348+
" <a href=\"https://www.linkedin.com/company/visual-layer/\" target=\"_blank\" style=\"text-decoration: none;\"> LinkedIn </a> •\n",
2349+
" <a href=\"https://twitter.com/visual_layer\" target=\"_blank\" style=\"text-decoration: none;\"> Twitter </a>\n",
2350+
"</center>"
23232351
]
23242352
}
23252353
],

0 commit comments

Comments
 (0)