AI Projector is a pre-baked UI that helps you quickly prototype computer vision software.
AI Projector is simple and web-based. Just download the files in this repository, customize the settings in aiprojector.js and you're ready to go.
Watch demo:
When developing computer vision software, the focus should be on the core of the project, the AI model, not on its UI.
AI Projector lets you focus on that. It opens a video stream from your camera or any video you have, samples its frames and send them to your classification model.
Frames that were labeled (i.e. the model returned at least one label with a probability >= threshold), are shown with their labels, and you can easily save them (depending on your browser, right click + save image).
Once your model is ready, you can build your own UI or use AI Projector as a starting point for a web-based UI.
AI projector is released under the MIT License. You can find a copy of the license in the repository.