├── ESP32CamClassificationTfjs.ino ├── LICENSE ├── README.md ├── camera_pins.h ├── camera_wrap.cpp ├── camera_wrap.h └── data └── index.htm /ESP32CamClassificationTfjs.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANM-P4F/ESP32CamClassificationTfjs/HEAD/ESP32CamClassificationTfjs.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANM-P4F/ESP32CamClassificationTfjs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANM-P4F/ESP32CamClassificationTfjs/HEAD/README.md -------------------------------------------------------------------------------- /camera_pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANM-P4F/ESP32CamClassificationTfjs/HEAD/camera_pins.h -------------------------------------------------------------------------------- /camera_wrap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANM-P4F/ESP32CamClassificationTfjs/HEAD/camera_wrap.cpp -------------------------------------------------------------------------------- /camera_wrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANM-P4F/ESP32CamClassificationTfjs/HEAD/camera_wrap.h -------------------------------------------------------------------------------- /data/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ANM-P4F/ESP32CamClassificationTfjs/HEAD/data/index.htm --------------------------------------------------------------------------------