/DETR-object-detection-tutorial

A notebook showing how to use DETR object detection model and create an interface with HuggingFace/Gradio.

Primary LanguageJupyter Notebook

DETR-object-detection-tutorial

A notebook showing how to use DETR object detection model and create an interface with HuggingFace/Gradio.

Brief

This repo contains the notebook for making a simple object detection app with DETR by using Hugging Face and Gradio.

Links

prequisites

pip install gradio
pip install validators
pip install transformers
pip install timm