From 41a29b6be8b36c67b009b23033266ba31f44832f Mon Sep 17 00:00:00 2001 From: Rabah Khalek Date: Mon, 19 Aug 2024 12:27:50 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6b4dc05..3b4cf6d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ Giskard Vision is a comprehensive Python package designed to simplify and streamline a variety of computer vision tasks. Whether you're working on facial landmark detection, image classification, or object detection, Giskard Vision provides the tools you need to evaluate your models with ease. +## Getting Started + +To get the most out of Giskard Vision, we recommend starting with these essential guides in our documentation: +- [Quickstart Guide](https://docs.giskard.ai/en/stable/getting_started/quickstart/quickstart_vision.html) +- [Scan Overview](https://docs.giskard.ai/en/stable/open_source/scan/scan_vision/index.html) + ## Supported Computer Vision Tasks - **Facial Landmark Detection** ([Readme](https://github.com/Giskard-AI/giskard-vision/blob/main/giskard_vision/landmark_detection/Readme.md))