This is the Linux app named esp32-ai whose latest release can be downloaded as esp32-aisourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named esp32-ai with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
esp32-ai
DESCRIPTION
esp32-ai is an experimental language-model project that runs a 28.9-million-parameter model entirely on an ESP32-S3 microcontroller. The quantized model occupies about 14.9 MB and generates text without sending data to a server. Most parameters remain in flash through a Per-Layer Embeddings design, while active computation uses SRAM and PSRAM. This memory layout allows the device to retrieve only the embedding rows required for each token. The implementation reaches roughly 9.5 tokens per second and can display generated words on a connected screen. Trained on TinyStories, the model produces short, simple stories rather than answering questions, following instructions, or providing factual knowledge. The repository includes firmware, wiring and flashing instructions, training code, quantization experiments, ablations, and measured results.
Features
- On-device text generation
- 28.9-million-parameter model
- Four-bit quantized storage
- Per-Layer Embeddings architecture
- Flash, PSRAM, and SRAM partitioning
- Training and firmware toolchain
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/esp32-ai.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.