TAG ARCHIVE
Flask
1 article
|
Updated Feb 18, 2020
DataNinja
Introduction DataNinja is a full-stack machine learning workbench designed for object detection tasks. It provides a browser-based interface to manage datasets, configure and train detection models, evaluate results, and, most distinctively, push trained models to embedded hardware in a single workflow. The motivation behind the project was to bridge the gap between the server side (where GPUs live and models are trained) and the edge side (where inference actually runs, often on low-power embedded SoCs or FPGAs). Most open-source ML tools at the time handled one or the other; DataNinja treats them as a single, connected pipeline.