Real-Time Cat vs. Dog Classifier
A lightweight web app that runs real-time cat/dog classification on webcam frames in the browser. Frames are sent to a Flask backend, classified by a TFLite model, and results are logged to a SQLite database.
Stack: Python, Flask, TensorFlow Lite, SQLite, JavaScript
Source: github.com/liuxhy/catdog_webcam
