https://github.com/szagoruyko/imi-demos
live convolutional neural networks demos
https://github.com/szagoruyko/imi-demos
Last synced: 5 months ago
JSON representation
live convolutional neural networks demos
- Host: GitHub
- URL: https://github.com/szagoruyko/imi-demos
- Owner: szagoruyko
- Created: 2017-02-13T20:38:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T20:39:45.000Z (over 8 years ago)
- Last Synced: 2025-01-01T18:35:05.103Z (5 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Neural Network Demos IMI
===========Presentation for IMI (ingénierie mathématique et informatique) students
at ENPC February 15 2017. There are 4 demos:
* Live ImageNet classification with OpenCV
* Telegram bot for ImageNet classification
* Live Fast Neural Style (Prisma-like)
* Live face detection and Age&Gender classificationThe demos make use of:
* PyTorch, deep learning framework
* OpenCV, fast computer vision library
* Telegram, messenger with easy Python API for bot creationThis demos are mostly ported from