Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.21 KB

File metadata and controls

39 lines (21 loc) · 1.21 KB

Webcam Image Classification

This repository contains code for a simple webcam image classification project using a pre-trained customized model and the p5.js library. The project allows real-time image classification using a webcam feed.

Prerequisites

  • A modern web browser that supports the MediaDevices API (e.g., Chrome, Firefox)
  • An internet connection

Usage

  1. Clone or download this repository to your local machine.

  2. Open the index.html file in a web browser.

  3. Allow the browser to access your webcam when prompted.

  4. The webcam video feed will be displayed on the page, and the image classification will be performed in real-time.

Model

The image classification model used in this project is hosted on Teachable Machine and you should use your own url.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Credits

Acknowledgments

Special thanks to the contributors and maintainers of the ML5.js and p5.js libraries for providing the tools and resources necessary for this project.

Author

Rathees