c81e728
8m ago
history
57 提交
Neural-Forge
Lightweight framework for deploying machine learning models to edge devices. Optimized for low-latency inference.
Features
- Edge-ready: Deploy to any Edge environment.
- Low latency: Sub-millisecond inference times.
- Model optimization: Automatic quantization and pruning.
Installation
pip install neural-forge
Quick Start
from neural_forge import Model
model = Model.load("model.onnx")
model.optimize()
model.deploy(target="edge")
forum 讨论 (2)
Great project! The ML deployment features are impressive.
The edge deployment feature is exactly what I needed for my IoT project. Thanks!
请 登录 后发表评论。