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
- Host: GitHub
- URL: https://github.com/shuunen/video-sense
- Owner: Shuunen
- License: gpl-3.0
- Created: 2023-09-29T17:02:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T22:42:45.000Z (over 1 year ago)
- Last Synced: 2025-02-20T23:28:11.231Z (over 1 year ago)
- Topics: coco-ssd, detection, photo, video, webapp
- Language: JavaScript
- Homepage: https://video-sense.netlify.app/
- Size: 173 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Video Sense
[](https://codeclimate.com/github/Shuunen/video-sense)
[](https://github.com/Shuunen/video-sense/blob/master/LICENSE)
[](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)

[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