An open API service indexing awesome lists of open source software.

https://github.com/shuunen/video-sense


https://github.com/shuunen/video-sense

coco-ssd detection photo video webapp

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Video Sense

[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/Shuunen/video-sense?style=flat)](https://codeclimate.com/github/Shuunen/video-sense)
[![Project license](https://img.shields.io/github/license/Shuunen/video-sense.svg?color=informational)](https://github.com/Shuunen/video-sense/blob/master/LICENSE)
[![Website Up](https://img.shields.io/website/https/what-now.netlify.app.svg)](https://video-sense.netlify.app)

> Simple web app that uses machine learning to detect objects in photos and videos

## Demo

[Try it online](https://video-sense.netlify.app)

![demo](./designs/0.1.1.jpg)

[Hosting graciously provided by Netlify](https://www.netlify.app)

## TODO

- [ ] try to use [ffmpeg.js](https://github.com/Kagami/ffmpeg.js) to decode mkv files
- [ ] add stable image logic (2 canvas A & B & compare Image A & B distance)
- [ ] bonus : add person detection

## Samples

- [earth.mp4](https://file-examples.com/wp-content/storage/2017/04/file_example_MP4_1280_10MG.mp4)
- [bunny.mp4](https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4)
- [bird.jpg](https://pixabay.com/photos/kingfisher-bird-nature-forest-8256375/) : Image by AKA23 from Pixabay
- [man.jpg](https://pixabay.com/photos/man-coffee-outdoors-lake-lakeside-3803551/) : Image by melancholiaphotography from Pixabay
- [waves.mkv](https://filesamples.com/samples/video/mkv/sample_1920x1080.mkv)

## Thanks

- [Favicon.io](https://favicon.io/) : for the "VS" favicon rounded #FFF & #50A with Kdam font size 100
- [Github](https://github.com) : for all their great work year after year, pushing OSS forward
- [Loading.io](https://loading.io/) : for the loading animation
- [Netlify](https://netlify.com) : awesome company that offers free CI & hosting for OSS projects
- [Repo-checker](https://github.com/Shuunen/repo-checker) : eslint cover /src code and this tool the rest ^^
- [Servor](https://github.com/lukejacksonn/servor) : dependency free dev server for single page app development
- [Shields.io](https://shields.io) : for the nice badges on top of this readme
- [Shuutils](https://github.com/Shuunen/shuutils) : collection of pure JS utils
- [TailwindCss](https://tailwindcss.com) : awesome lib to produce maintainable style