Real-Time Cat vs. Dog Classifier
A small web app that classifies webcam frames in real time. Frames are captured in the browser, posted to a Flask backend, classified by a quantized TensorFlow Lite model, and logged to SQLite so predictions can be reviewed later.
Stack: Python, Flask, TensorFlow Lite, SQLite, JavaScript
Source: github.com/liuxhy/catdog_webcam
