Language: en | ru
Computer vision / AI
- Passport scan recognition using neural networks
- AI system for tracking user emotions with web-camera
- AI capable of learning to play Ping-Pong game
2022-12
- github.com/d-01/passport-ocr-test
- Recognition is done in three steps:
- Passport's page localized on an input image
- Textual fields detected in the target area
- Individual characters are recognized with three different methods (OCR, API, neural networks)
- No installation required, runs entirely in Google Colab (open).
- Tech-stack: python, opencv, pillow, OCR, tensorflow, keras, numpy, cnn
2022-01
- github.com/d-01/webcam-emotion-recognition
- No installation required, runs entirely in Google Colab (open).
- Uses web-camera (browser access required), tracks face in the frame and recognizes emotion.
- Tech-stack: python, tensorflow, keras, opencv, cnn, mobilenet, fer, facial expression recognition, valence-arousal, face detection, dlib, google colab, javascript, html canvas
2021-09