Easy Setup
Simple start and API, ready for
production
# Setup platform directory
export DD_PLATFORM=$HOME/deepdetect
export ARCH=cpu # gpu also available
# Install platform repository
git clone https://github.com/jolibrain/dd_platform_docker.git \
${DD_PLATFORM}
# Go to directory
cd ${DD_PLATFORM}/code/${ARCH}/
# Start platform docker containers
CURRENT_UID=$(id -u):$(id -g) MUID=$(id -u) \
docker-compose up -d
# Go to http://localhost:1912
# Platform update
export DD_PLATFORM=$HOME/deepdetect
export ARCH=cpu # gpu also available
cd ${DD_PLATFORM}/code/${ARCH}
# Update containers
bash update.sh
Build and test datasets from Jupyter notebooks. Auto-previsualization for all tasks, from tabular data to text and images. Dataset validation is automated and best hyperparameter presets are provided for a variety of models. Fine-grained control remains available for experts.
50+ pre-trained models for very quick transfer training convergence
Train and monitor live metrics. Distribute jobs on one or more GPUs. Archive all experiments, compare results and publish best models to production safely.
Keep track of all experiments, publish final models, visualize metrics and model outputs for images, audio, text, tabular data and time-series.
Visualize metrics, resources and model outputs
Quickly put trained models into production. Monitor GPU usage, add & delete model services as required for your applications.
Test & Verify all model predictions, test sets and service output. Easy integration via Copy & Paste of API code snippets. Shell, Python and Javascript ready-to-use pre-parametrized code samples.
Export models for Cloud, Desktop and Embedded devices alike. Tuned performances and models for each architecture.
From Cloud to Desktop and Edge, the best in-production performances. Full C++-11 Open Source server eases deployment with top performances from virtual to bare-metal.
Question, comments or difficulties?
Join our Gitter chat