CoolFace
Apppublic

vsaez/object-detection-app

sourceHugging Faceupdated 1y agoView on Hugging Face
2likes
App README

๐Ÿš€ Enhanced Object Detection App โ€” DETR, Face & Object Detection, Multilingual

Real-time object detection, face detection and multilingual labeling with DETR models, powered by Gradio and Hugging Face Spaces.

Detect people, faces, animals, and everyday objects in your images using the latest DETR-based models. Choose your language and model for fully customizable AI vision.


๐ŸŒ Features โ€” Object Detection, Face Detection, DETR, Multilingual

  • โ€”Multilingual interface: English, Spanish, French (automatic label translation)
  • โ€”Multiple DETR models: General objects, small objects, faces
  • โ€”Dynamic label translation: See object names in your chosen language
  • โ€”Adjustable detection threshold: Control model sensitivity for better results
  • โ€”Powered by COCO dataset: Detect 80+ everyday object categories (see COCO classes)
  • โ€”Runs in your browser with [Gradio](https://gradio.app/) and [Hugging Face Spaces](https://huggingface.co/spaces)

๐Ÿ–ผ๏ธ How to use

  1. 1.Upload an image (drag & drop or click)
  2. 2.Choose your preferred language
  3. 3.Select a detection model
  4. 4.General Objects (fast): Everyday items, people, animals (DETR ResNet-50)
  5. 5.General Objects (high precision): Higher accuracy (DETR ResNet-101)
  6. 6.Small Objects/Details (slow): Best for tiny objects (DETR DC5)
  7. 7.Face Detection (people only): Detects faces only (fine-tuned DETR)
  8. 8.Adjust the detection threshold if needed
  9. 9.Click Detect Objects to see the results!

๐Ÿ’ก Models available

ModelDescription
General Objects (fast)Fast detection of 80+ objects (DETR ResNet-50, COCO)
General Objects (high precision)More precise for challenging scenes (ResNet-101)
Small Objects/Details (slow)Better for tiny/detailed objects (DETR DC5)
Face Detection (people only)Only detects faces (fine-tuned DETR)

๐Ÿ“ฆ About this app

Built with:

Explore more at Hugging Face Spaces.


โค๏ธ Like this Space?

If you found this app useful, please give it a ๐ŸŒŸ like (top right)! Your feedback and support help it grow.


Developed by [vsaez](https://huggingface.co/vsaez). Powered by open-source AI.