edge-gallery/Android
Niral Patel 05ad04deda feat: Add Toggle Server for local inference
This commit introduces a new "Toggle Server" feature that runs a local HTTP server on the device. This allows developers and researchers to interact with the on-device AI models using `curl`, with all communication tunneled exclusively over the USB cable.

The server can handle multipart/form-data requests, allowing users to send a prompt, an image, or both. This provides a powerful new way to test, debug, and integrate the on-device models.
2025-07-06 03:59:09 -04:00
..
src feat: Add Toggle Server for local inference 2025-07-06 03:59:09 -04:00
.gitignore No public description 2025-06-13 09:26:16 -07:00
README.md No public description 2025-06-13 09:26:16 -07:00

Google AI Edge Gallery (Android)