Deep Learning REST API,
Server & Platform

Platform v0.26.2 / Source / Changelog
ImageServer v0.29.0 / Source / Changelog
ImagePlatform UI v0.26.2 / Source / Changelog
TRAIN
Image

Platform

Web UI with Jupyter Notebooks and GPU support

DeepDetectPlatform
DEPLOY
Image

Opensource Server

Portable Deep Learning REST and C++ API


// prediction example via REST API
curl -X POST 'http://deepdetect-api/predict' -d '{
  "service": "detection_600",
  "parameters": {
    "mllib": { "gpu": true },
    "output": { "confidence_threshold": 0.3, "bbox": true }
  },
  "data": ["/data/example.jpg", "/data/example2.jpg"]
}'

Great teams use DeepDetect around the world

Image Image Image Image Image Image
Image Image Image Image Image

Focus on applications, AI is not a problem.

The core idea is to remove the error sources and difficulties of Deep Learning applications by providing a safe haven of commoditized practices, all available as a single core.

While the Open Source Deep Learning Server is the core element, with a REST API and multi-platform support for training and inference, the Deep Learning Platform adds higher-level management for building and operating neural network services.

Image View on Github

Key features

Image
Easy setup for both development and production
Image
Ready for applications of image tagging, object detection, segmentation, OCR, Audio, Video, Text classification, CSV for tabular data and time-series
Image
Web UI for training & managing models
Image
Fast Server written in pure C++, a single codebase for Cloud, Desktop & Embedded
Image
Training in a few hours and with small data thanks to 25+ pre-trained models
Image
Neural network templates for the most effective architectures for GPU, CPU and Embedded devices
Image
Comes with ready-to-use models for a range of tasks, from object detection to OCR and sentiment analysis
Image
Full Open Source, with tools and clients available from JoliBrain on Github