Interactive Training & Inference UI for FlashDet — runs on Google Colab
Project description
FlashStudio
Interactive Training & Inference UI for FlashDet
Install
pip install flashstudio
pip install git+https://github.com/FlashVision/FlashDet.git
Quick Start
# Launch locally
flashstudio
# Or with Python
from flashstudio import launch
launch()
Google Colab
!pip install flashstudio
!pip install git+https://github.com/FlashVision/FlashDet.git
from flashstudio import launch
launch(ngrok_token="YOUR_TOKEN")
Get a free ngrok token at: https://dashboard.ngrok.com/get-started/your-authtoken
Features
- Training — Launch and monitor FlashDet training with live loss curves
- Inference — Run detection on images/video with 17 built-in solutions
- Model Config — FlashDet (Pico → X) + YOLOv8/v9/v10/v11/YOLOX
- Data — Upload datasets or download from FlashDet registry
- Export — ONNX export with FP16 support
- Dashboard — Project overview with recent runs and metrics
Supported Models
| Model | Params | Use Case |
|---|---|---|
| FlashDet-Pico | ~298K | Edge / MCU |
| FlashDet-Nano | ~790K | Embedded / IoT |
| FlashDet-Small | ~1.8M | General purpose |
| FlashDet-Medium | ~3.6M | High accuracy |
| FlashDet-Large | ~5.8M | High accuracy |
| FlashDet-X | ~9.0M | Server / Max accuracy |
Requirements
- Python >= 3.10
- FlashDet (for training/inference)
- ngrok account (free, for Colab)
- GPU recommended for training
Links
- GitHub: https://github.com/FlashVision/FlashStudio
- FlashDet: https://github.com/FlashVision/FlashDet
- Organization: https://flashvision.github.io
License
Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flashstudio-0.2.1.tar.gz
(104.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
flashstudio-0.2.1-py3-none-any.whl
(117.5 kB
view details)
File details
Details for the file flashstudio-0.2.1.tar.gz.
File metadata
- Download URL: flashstudio-0.2.1.tar.gz
- Upload date:
- Size: 104.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53bdf914ad8a71232d95b2ec39c2def25ee84ab7a5fe0dfcdf313e7a0031239f
|
|
| MD5 |
6e44e908832d1790536a5ab233164475
|
|
| BLAKE2b-256 |
d2f2ad44d8a4bb4c3b5438e62037b02b5cf7b8eb3117a9bc371625d77551fa5b
|
File details
Details for the file flashstudio-0.2.1-py3-none-any.whl.
File metadata
- Download URL: flashstudio-0.2.1-py3-none-any.whl
- Upload date:
- Size: 117.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2a79b9778f22a227ebc70f74deffda72559cbb28973dd8ec95f73d83fed29ce
|
|
| MD5 |
7c456ec09fd977e88b9dcc49764cfbbf
|
|
| BLAKE2b-256 |
39aa70265ea2f008ef30cf06ab495a8a9c4c9de00fd009557e4983f47c082462
|