Skip to content

Latest commit

Β 

History

History
72 lines (50 loc) Β· 1.99 KB

File metadata and controls

72 lines (50 loc) Β· 1.99 KB

πŸ€– ai-object-detection

πŸ‘‹ About this project

This is a web-based AI object detection app that runs directly in your browser.
It uses your device camera to detect objects in real-time and draws bounding boxes around them.


πŸ“Ή YouTube Tutorial

πŸŽ₯ Watch the full Shorts video here:
πŸ‘‰ AI-Object-Detection


βš™οΈ Features

  • βœ… Enable / Disable AI detection with a button
  • βœ… Live object count displayed above the canvas
  • βœ… Range slider to control frame rate (FPS)
  • βœ… Screenshot / capture button to download detected frame
  • βœ… Loading spinner while AI model is initializing
  • βœ… Modern dark UI with responsive layout
  • βœ… Works fully in the browser (no server required)

πŸ–ΌοΈ Preview

AI-Object-Detection (mouse.PNG)


πŸ’ͺ Try it

Test the live demo here: [https://chandrakantapanda.github.io/AI-Object-Detection/)

(Open in Chrome or Firefox for camera support)


🌐 Browser Support

Browser Supported
Firefox βœ…
Chrome βœ…
Edge βœ…
Internet Explorer ❌
Mobile Browser Supported
Firefox βœ…
Chrome βœ…

✨ Additional Improvements in This Version

  • 🎨 Dark modern UI with cards and buttons
  • πŸ–± Live object counter
  • πŸ“Έ Capture frame button to save detected objects
  • ⚑ Responsive canvas and mobile-friendly layout
  • 🟒 Interactive Enable/Disable AI button with color change
  • πŸ”„ Adjustable FPS slider for smooth performance

πŸ“¦ How to Deploy on GitHub Pages

  1. Make sure your project contains index.html at the root of the repository.
  2. Push your project to GitHub.
  3. Go to Settings β†’ Pages β†’ Source β†’ Branch β†’ main β†’ / (root) and click Save.
  4. Your live link will be: