Computer Vision

This page contains a set of .air files (and associated python scripts) to help you get up & running with some computer vision use cases with AI Squared

General CV with CIFAR-10

CIFAR-10 is data set comprised of 10 classes of images (e.g. airplane, automobile, etc.), allowing you to train a computer vision classifier to determine which of the 10 classes an input image belongs to.

Brain Tumor Classification

This use case trains a model on a Kaggle dataset of MRI images of healthy and tumorous brains, and will give a binary classification (either "yes" = there is a tumor present, or "no" = there is no tumor present).

Last updated