DiscreetAI is building a service for privacy preserving machine learning on mobile, web, and servers. We enable enterprises to build better models faster by training on untapped datasets. If you’ve ever worked on a data driven product that was blocked by GDPR, HIPAA, CCPA, etc. we can help you analyze that data while still maintaining compliance.
Build better AI with
DiscreetAI allows you to train machine learning models on untapped sensitive datasets while maintaining privacy, security & compliance for your customers, in just a few lines of code.
Sign Up!

What We're Building


How It Works
Instead of deriving insights from centrally collected data, DiscreetAI provides a service wherein developers can decentralize the training of deep learning models to the edge. This federated learning technology is currently deployed in a number of cutting edge consumer facing products, and DiscreetAI’s framework makes it accessible to any company.
Awards

1st Place at Spring 2018 YC Hackathon

LAUNCH Demo Day 2018 Grand Prize Winners
Open Source
Get set up in
3 easy steps
Just a few lines of code
Just a few lines of code
// Import the DiscreetAI library
const discreetai = require('discreetai').bootstrap('SECRET_KEY_HERE');
// Tell DiscreetAI some data is ready for training
const receipt = await discreetai.bootstrap_library({
secret_key: SECRET_KEY,
data: "user's credit card data is…",
label: "user’s monthly expenditure is…"
});