Overview
The detection server for the Fokus Teropong (PKM-Teropong) project. It runs a TFLite autoencoder to encode incoming images and uses Kernel Density Estimation (KDE) with reconstruction error to score how anomalous a “pucuk rebung” motif image is.
Under the hood
- Loads a TFLite encoder and model, plus a fitted KDE.
- Encodes an image, measures reconstruction error, and derives a detection score.
- Includes webcam and sensor helpers and a supervisor config for deployment.
Related
Serves the Fokus Teropong Android app.