Installation & Setup
Deploy the EdgeAI Neural Core environment on your local workstation or CI/CD runner.
Python 3.8+
Required for the Neural SDK
Auth Key
Found in your Dashboard
15MB Space
Ultra-lean footprint
1. Install the SDK
The EdgeAI SDK is available via PyPI and handles all model telemetry, sharding, and transmission.
pip install edge-ai-sdk
2. Verify Installation
Ensure the neural binary is correctly linked to your path.
edge-ai --version
# Output: EdgeAI Neural Core v2.0.4
# Output: EdgeAI Neural Core v2.0.4
3. Authenticate
Secure your sharding session by linking your machine to your account using the Neural Access Key from your Settings.
edge-ai login --key <YOUR_API_KEY>
# Result: Session sharding node established.
# Result: Session sharding node established.
Next Steps
Once authenticated, you can start optimizing models directly from your terminal or CI/CD pipeline.