1 Apr 2024 • 3 min read How to Use OCR on Videos In this guide, we cover the process of how to use OCR on videos together with computer vision to solve real-world problems.
26 Mar 2024 • 8 min read Build a Gesture-Based Light Controller with Computer Vision Learn how to build a gesture-based light controler using computer vision
5 Mar 2024 • 6 min read First Impressions with the Claude 3 Opus Vision API The Roboflow team ran several computer vision tests using the Claude 3 Opus Vision API. Read our results.
28 Feb 2024 • 9 min read Build an Image Search Engine with CLIP using Intel Gaudi2 HPUs Learn how to use the Intel Gaudi2 chip to build an image search engine with CLIP embeddings.
22 Feb 2024 • 6 min read Launch: Train and Deploy YOLO-NAS Models on Roboflow Learn how to train a YOLO-NAS model on Roboflow and host the model on your own hardware.
20 Feb 2024 • 4 min read Broadcast Computer Vision Predictions with Apache Kafka Learn how to broadcast predictions from a computer vision model to an Apache Kafka receiver.
19 Feb 2024 • 4 min read How to Broadcast Computer Vision Predictions Over MQTT Learn how to broadcast computer vision predictions over the MQTT protocol.
15 Feb 2024 • 5 min read Run Computer Vision Models on a RTSP Stream on a NVIDIA Jetson Orin Nano The Roboflow Inference Pipeline is a drop-in replacement for the Hosted Inference API that can be deployed on your own hardware. The Inference Pipeline interface is made for streaming and is likely the best route to go for real time use cases. It is an asynchronous interface that can consume
6 Feb 2024 • 4 min read Use an Image Classification API to Classify Images Learn how to use the CLIP-powered Roboflow image classification API to assign labels to images.
6 Feb 2024 • 4 min read How to Use a Product Recognition API Learn how to use the Roboflow product recognition API to identify the presence or absence of products on a retail shelf.
2 Feb 2024 • 3 min read How to Use an Image Captioning API In this guide, learn how to set up and use an image captioning API that you can use to programmatically generate image captions.
2 Feb 2024 • 5 min read Deploy a Wood Surface Inspection System In this guide, learn how to use a wood surface inspection system to identify defects on wood.
12 Jan 2024 • 6 min read How to Analyze a Folder of Videos from AWS S3 In this guide, learn how to analyze a folder of images with machine learning models using data stored in an AWS S3 bucket.
5 Jan 2024 • 6 min read Launch: Label, Train, Deploy Support for Keypoint Detection Models in Roboflow Learn how to label data for and train keypoint detection models using Roboflow.
28 Dec 2023 • 7 min read Building an IoT-Powered Exercise Tracker with Computer Vision In this article, Timothy Malche shows how he built a push up counting system with computer vision.
20 Dec 2023 • 3 min read How to Deploy CogVLM on AWS Guide on deploying a CogVLM Inference Server with 4-bit quantization on Amazon Web Services, covering setup of EC2 instances, configuring hardware and software requirements, and starting the inference server with Docker.
14 Dec 2023 • 5 min read How to Deploy CogVLM In this guide, learn how to deploy the CogVLM multimodal model on your own infrastructure with Roboflow Inference.
13 Dec 2023 • 6 min read How to Use Grounded EdgeSAM Learn how to use Grounded EdgeSAM to auto-label data for use in training an image segmentation model.
6 Dec 2023 • 6 min read Comparing Custom Models to Google Cloud Vision API In this guide, we go over how to evaluate object detection models on Roboflow Universe versus Google Cloud Vision.
1 Dec 2023 • 5 min read How to Moderate Video Content Learn how to use the Roboflow Video Inference API to moderate video content.
1 Dec 2023 • 5 min read How to Deploy Computer Vision Models Offline In this guide, we walk through how to deploy computer vision models (i.e. YOLOv8) offline using Roboflow Inference.
1 Dec 2023 • 4 min read How to Blur People in Images and Videos with an API In this guide, we show how to use the Roboflow Video Inference API and supervision to blur people in images and videos.
28 Nov 2023 • 5 min read How to Load Image Embeddings into Pinecone In this guide, learn how to calculate CLIP embeddings with Roboflow Inference and save the results in a Pinecone vector database.
27 Nov 2023 • 3 min read Roboflow Video Inference with Custom Annotators Performing real-time video inference is crucial for many applications like autonomous vehicles, security systems, logistics, and more. However, setting up a robust video inference pipeline can be time consuming. You need a trained computer vision model, inference code, and visualization tools to annotate each frame. This is a lot of