From 4bfbe3c8f7a9f40d0356619cc6b0633b49272f74 Mon Sep 17 00:00:00 2001 From: Nick Herrig Date: Wed, 7 Feb 2024 14:52:43 -0500 Subject: [PATCH] Add readme for cookbooks directory --- cookbooks/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cookbooks/README.md diff --git a/cookbooks/README.md b/cookbooks/README.md new file mode 100644 index 00000000..21d54785 --- /dev/null +++ b/cookbooks/README.md @@ -0,0 +1,19 @@ +# Supervision Cookbooks + +## About + +The Roboflow Cookbook is an open-source collection of examples and guides for building with the [Roboflow Ecosystem](https://roboflow.com/). + +Cookbooks are meant to be common and small scoped computer vision tasks that can allow a user to quickly hit the ground running. Learning is the main goal and purpose. + +Some examples require a Roboflow API key. You can [create a free account here](https://app.roboflow.com/login). + +## Other Resources + +Other than Cookbooks, Roboflow offers other learning resources including: + +- A set of open source tools found on [Github](https://github.com/roboflow). +- A [blog](https://blog.roboflow.com/) detailing interesting tutorials, computer vision news, and product updates. +- A [Youtube channel](https://www.youtube.com/roboflow) with end to end commputer vision projects. +- A [forum](https://discuss.roboflow.com/) for sharing feedback, discussions, and other questions. +- The worlds largest [open source collection](https://universe.roboflow.com/) of images, datasets, and fine-tuned models.