Quick Start Guide
Learn how to compress AI models from Gigabytes to Megabytes in less than 60 seconds using the EdgeAI Neural Core.
Installation
bash
1
pip install edge-ai-sdk
2
edge-ai auth --login
3
edge-ai compress ./my_model.pt --target jetson
Model Uploads
Learn supported formats including PyTorch, ONNX, and TF SavedModel.
Hardware Profiles
Configure custom benchmarks for Jetson, Pi, and mobile NPUs.
Custom Plugins
Extend the compression pipeline with your custom C++ kernels.
Edge Deployment
One-click export to TensorRT engines or TFLite flatbuffers.