All Projects → diffgram → Diffgram

diffgram / Diffgram

Data Annotation, Data Labeling, Annotation Tooling, Training Data for Machine Learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Diffgram

Susi
SuSi: Python package for unsupervised, supervised and semi-supervised self-organizing maps (SOM)
Stars: ✭ 42 (-2.33%)
Mutual labels:  data-science, supervised-learning
Label Studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Stars: ✭ 7,264 (+16793.02%)
Mutual labels:  annotation, labeling
Snorkel
A system for quickly generating training data with weak supervision
Stars: ✭ 4,953 (+11418.6%)
Mutual labels:  data-science, labeling
Myvision
Computer vision based ML training data generation tool 🚀
Stars: ✭ 453 (+953.49%)
Mutual labels:  object-detection, annotation
Tensorflow object counting api
🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!
Stars: ✭ 956 (+2123.26%)
Mutual labels:  object-detection, data-science
Caer
High-performance Vision library in Python. Scale your research, not boilerplate.
Stars: ✭ 452 (+951.16%)
Mutual labels:  data-science, segmentation
Cvat
Powerful and efficient Computer Vision Annotation Tool (CVAT)
Stars: ✭ 6,557 (+15148.84%)
Mutual labels:  annotation, labeling
Vott
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
Stars: ✭ 3,684 (+8467.44%)
Mutual labels:  object-detection, labeling
Pytorch Toolbelt
PyTorch extensions for fast R&D prototyping and Kaggle farming
Stars: ✭ 942 (+2090.7%)
Mutual labels:  object-detection, segmentation
Person Search Annotation
Cross-Platform Annotation Tool for Person Search Datasets
Stars: ✭ 9 (-79.07%)
Mutual labels:  annotation, labeling
Rectlabel Support
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
Stars: ✭ 338 (+686.05%)
Mutual labels:  object-detection, segmentation
Cv Pretrained Model
A collection of computer vision pre-trained models.
Stars: ✭ 995 (+2213.95%)
Mutual labels:  object-detection, data-science
Mlxtend
A library of extension and helper modules for Python's data analysis and machine learning libraries.
Stars: ✭ 3,729 (+8572.09%)
Mutual labels:  data-science, supervised-learning
Jetson Inference
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
Stars: ✭ 5,191 (+11972.09%)
Mutual labels:  object-detection, segmentation
Neural Pipeline
Neural networks training pipeline based on PyTorch
Stars: ✭ 315 (+632.56%)
Mutual labels:  object-detection, supervised-learning
Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (+1253.49%)
Mutual labels:  object-detection, data-science
Yolov3 Tensorflow
Implement YOLOv3 with TensorFlow
Stars: ✭ 279 (+548.84%)
Mutual labels:  object-detection, supervised-learning
Autogluon
AutoGluon: AutoML for Text, Image, and Tabular Data
Stars: ✭ 3,920 (+9016.28%)
Mutual labels:  object-detection, data-science
Medicaldetectiontoolkit
The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on dealing with medical images.
Stars: ✭ 917 (+2032.56%)
Mutual labels:  object-detection, segmentation
Albumentations
Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
Stars: ✭ 9,353 (+21651.16%)
Mutual labels:  object-detection, segmentation

Diffgram.com

Your AI Data Annotation Platform

Quality Training Data for Enterprise - Data Labeling Software for Machine Learning

This Repo is the SDK.

You can install the Diffgram Platform on your Kubernetes cluster or use Diffgram Online.

On Your Kubernetes Cluster

Free Up to 3 Users. Enterprise licenses available see pricing

Try Online Demo

Kubernetes Full Install Guide

Contact Us

Where Diffgram Integrates Into Your System

Compare Diffgram

Diffgram vs Labelbox

Diffgram vs Amazon Sagemaker Groundtruth (AWS)

Diffgram as your Training Data Database

Diffgram is all about Training Data: Data that's ready to be used by AI systems.

It's created by combining raw data with human centered meaning. For example, combining an image with a box identifying an object. The encoded meaning can be relatively simple, for example a single bounding box, or complex, such as a time series video with a graph of attributes.

Tell me moar

Motivation

  • An increase in complexity in annotations and frequency of data change.
  • Organization between data, people and teams on larger scale projects.

I need motivation

Use Cases

  • Create, Update, And Maintain Datasets
  • Create processes for working with Deep Learning systems
  • Compliance and threat actors
  • Launch faster

Use Cases Detail

SDK Install

Full Documentation

Quickstart Install SDK

pip install diffgram

On linux pip3 install diffgram

Credentials Guide Get Credentials from Diffgram.com (or your Private Deploy Link)

Get a client project:

from diffgram import Project

project = Project(project_string_id = "replace_with_project_string",
		  client_id = "replace_with_client_id",
		  client_secret = "replace_with_client_secret"	)

Tasks Introduction

Import Introduction

Updating Existing Instances

Pre-Label Example Video

Compatibility

Interfaces

Diffgram (Image and Video)

Scale AI

Datasaur

Labelbox

Contact us to request an interface!

Beta

Note the API/SDK is in beta and is undergoing rapid improvement. There may be breaking changes. Please see the API docs for the latest canonical reference and be sure to upgrade to latest ie: pip install diffgram --upgrade. We will attempt to keep the SDK up to date with the API.

Help articles for Diffgram.com See below for some examples.

Requires Python >=3.5

The default install through pip will install dependencies for local prediction (tensorflow opencv) as listed in requirements.txt. The only requirement needed for majority of functions is requests. If you are looking for a minimal size install and already have requests use the --no-dependencies flag ie pip install diffgram --no-dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].