Commit graph

8 commits

Author SHA1 Message Date
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
Jing Jin
513f9f92e1
Update README.md 2025-05-20 09:54:03 -07:00
Jing Jin
e53acf6065
Update README.md 2025-05-19 14:15:35 -07:00
Jing Jin
1c31b598f8
Update README.md 2025-05-19 14:11:27 -07:00
Jing Jin
73f7dfeb63
Update README.md 2025-05-19 14:02:15 -07:00
Jing Jin
0c49efc054
Update README.md 2025-05-17 15:10:06 -07:00
Jing Jin
ea31fd0544 Initial checkin 2025-04-14 16:42:40 -07:00
Jing Jin
9f4376e65c first commit 2025-04-14 15:09:31 -07:00