Skip to main content

The expansion of Giskard into testing computer vision models

Project description

giskardlogo giskardlogo

The testing framework dedicated to ML models.

Detect risks of biases, performance issues and errors in your computer vision models.

GitHub release License Full CI

Giskard on Discord

DocumentationBlogWebsiteDiscord CommunityAdvisors


Supported computer vision tasks

  • Facial Landmark Detection (Readme)
  • Image Classification 🔜 Coming soon!

Install

pip install giskard-vision

To install the repo in dev mode

git clone https://github.com/Giskard-AI/giskard-vision.git
cd giskard-vision
pdm install -G :all
source .venv/bin/activate

Examples

In order to explore the jupyter notebook tutorials, all you need is to install the repo in dev mode and check out examples directory.

FAQ

I am getting attributeerror: module 'cv2.face' has no attribute 'createlbphfacerecognizer' when running some examples in dev mode

This is most likely due to the order in which opencv-contrib-python module is installed. The following trick should resolve the issue:

pip uninstall opencv-contrib-python
pip install opencv-contrib-python

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

giskard_vision-0.0.5.tar.gz (17.1 MB view hashes)

Uploaded Source

Built Distribution

giskard_vision-0.0.5-py3-none-any.whl (17.1 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page