deepdetect
Train, monitor, and serve deep learning models from one CLI
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install DeepDetect?โผ
Run `npx skills add jolibrain/deepdetect --all -g -y` in your terminal to install all skills in this suite globally.
What models can DeepDetect train?โผ
It trains YOLOX object detection, SegFormer segmentation, image classifiers, language models like BERT and GPT-2, and time series models through a single CLI.
How do I monitor a training run with an AI agent?โผ
Use the training-observe skill to read metrics, render loss plots, and inspect saved prediction images without touching the live run.
Can DeepDetect import external PyTorch models?โผ
Yes. The external PyTorch worker skill guides your agent to port outside detection models into DeepDetect using a generic adapter pattern.
Does DeepDetect support GPU training?โผ
Yes. Install the GPU wheel and pass --gpu with --gpuid to run training and inference on CUDA devices.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core