The application detects Tom and Jerry from video frames and classifies facial expressions into 4 categories: Happy, Angry, Sad and Surprised.
Technologies used: Python, PyTorch, OpenCV
The application will be able to predict and solve handwritten mathematical equations from the given image. The system should be capable of solving expressions involving arithmetic operations and equations.
Application extracts puzzles from photos using OpenCV and OCR(PyTesseract) after which characters are recognized using a PyTorch model trained on EMNIST and a backtracking solver.