Loading repository data…
Loading repository data…
Devanshu7455 / repository
Multi-provider object detection web app using Browser AI, Hugging Face, and Azure Computer Vision.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A multi-provider computer vision web app for detecting objects in images using Browser AI, Hugging Face, and Azure Computer Vision.
Live Demo: https://azure-vision-detector.vercel.app
The live demo works in Browser mode, so it does not require Azure credits, Hugging Face tokens, or a backend server.
This project started as an Azure Computer Vision object detector. Since Azure credits can run out, the project was upgraded to support browser-based object detection and optional backend providers.
It now supports three detection modes:
Browser Mode using Transformers.js
Hugging Face Inference API
Azure Computer Vision
The main goal of this project is to demonstrate a practical full-stack AI application with image upload, object detection, bounding-box visualization, provider fallback design, and cloud deployment.
User
|
| uploads image / enters image URL
|
Frontend: HTML + CSS + JavaScript
|
|-- Browser Mode
| Runs object detection locally in browser using Transformers.js
|
|-- Backend Mode
Express.js REST API
|
|-- Hugging Face Inference API
|-- Azure Computer Vision API