microsoft/computervision-recipes
Best Practices, code samples, and documentation for Computer Vision.
This project offers practical examples and guidelines to help you build computer vision systems. It takes your images or video footage and outputs insights like object detection bounding boxes, image classifications, or identified actions. Data scientists and machine learning engineers looking to develop custom vision solutions will find this useful.
9,837 stars. No commits in the last 6 months.
Use this if you need to develop custom computer vision models for tasks like image classification, object detection, image similarity, or action recognition from scratch or fine-tune existing models.
Not ideal if you're looking for a simple drag-and-drop tool or pre-built APIs for common vision tasks, as this requires coding and machine learning expertise.
Stars
9,837
Forks
1,203
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Feb 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/microsoft/computervision-recipes"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
opencv/opencv
Open Source Computer Vision Library
pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
kornia/kornia
🐍 Geometric Computer Vision Library for Spatial AI
open-edge-platform/training_extensions
Train, Evaluate, Optimize, Deploy Computer Vision Models via OpenVINO™
ermig1979/Simd
C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX ...