All Projects → gretelai → gretel-python-client

gretelai / gretel-python-client

Licence: Apache-2.0 license
The Gretel Python Client allows you to interact with the Gretel REST API.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gretel-python-client

Mimesis
Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages.
Stars: ✭ 3,439 (+12182.14%)
Mutual labels:  datascience, synthetic-data
genstar
Generation of Synthetic Populations Library
Stars: ✭ 17 (-39.29%)
Mutual labels:  datascience, synthetic-data
cookiecutter-modern-datascience
Start a data science project with modern tools
Stars: ✭ 136 (+385.71%)
Mutual labels:  datascience
gan deeplearning4j
Automatic feature engineering using Generative Adversarial Networks using Deeplearning4j and Apache Spark.
Stars: ✭ 19 (-32.14%)
Mutual labels:  datascience
makinage
Stream Processing Made Easy
Stars: ✭ 31 (+10.71%)
Mutual labels:  stream-processing
Free-Courses-on-Data-Science
No description or website provided.
Stars: ✭ 24 (-14.29%)
Mutual labels:  datascience
awesome-secure-computation
Awesome list for cryptographic secure computation paper. This repo includes *Lattice*, *DifferentialPrivacy*, *MPC* and also a comprehensive summary for top conferences.
Stars: ✭ 125 (+346.43%)
Mutual labels:  privacy-enhancing-technologies
shifting
A privacy-focused list of alternatives to mainstream services to help the competition.
Stars: ✭ 31 (+10.71%)
Mutual labels:  privacy-enhancing-technologies
66Days NaturalLanguageProcessing
I am sharing my Journey of 66DaysofData in Natural Language Processing.
Stars: ✭ 127 (+353.57%)
Mutual labels:  datascience
Naive-Bayes-Evening-Workshop
Companion code for Introduction to Python for Data Science: Coding the Naive Bayes Algorithm evening workshop
Stars: ✭ 23 (-17.86%)
Mutual labels:  datascience
awesome-conformal-prediction
A professionally curated list of awesome Conformal Prediction videos, tutorials, books, papers, PhD and MSc theses, articles and open-source libraries.
Stars: ✭ 998 (+3464.29%)
Mutual labels:  datascience
xgboost-smote-detect-fraud
Can we predict accurately on the skewed data? What are the sampling techniques that can be used. Which models/techniques can be used in this scenario? Find the answers in this code pattern!
Stars: ✭ 59 (+110.71%)
Mutual labels:  datascience
BadMedicine
Library and CLI for randomly generating medical data like you might get out of an Electronic Health Records (EHR) system
Stars: ✭ 18 (-35.71%)
Mutual labels:  synthetic-data
fluxfonts
A unique tool that blurs your device’s unique font fingerprint by continuously installing and uninstalling new fonts that are generated on the fly.
Stars: ✭ 59 (+110.71%)
Mutual labels:  privacy-enhancing-technologies
mxfactorial
a payment application intended for deployment by the united states treasury
Stars: ✭ 36 (+28.57%)
Mutual labels:  stream-processing
objectiv-analytics
Powerful product analytics for data teams, with full control over data & models.
Stars: ✭ 399 (+1325%)
Mutual labels:  datascience
genalog
Genalog is an open source, cross-platform python package allowing generation of synthetic document images with custom degradations and text alignment capabilities.
Stars: ✭ 234 (+735.71%)
Mutual labels:  synthetic-data
k3ai
A lightweight tool to get an AI Infrastructure Stack up in minutes not days. K3ai will take care of setup K8s for You, deploy the AI tool of your choice and even run your code on it.
Stars: ✭ 105 (+275%)
Mutual labels:  datascience
primrose
Primrose modeling framework for simple production models
Stars: ✭ 33 (+17.86%)
Mutual labels:  datascience
synth
The Declarative Data Generator
Stars: ✭ 958 (+3321.43%)
Mutual labels:  synthetic-data

Gretel Python Client

Gobs the Gretel.ai cat CLI and Python SDKs for interacting with Gretel's privacy engineering APIs.

Run Test Suite Documentation Status GitHub PyPI Python Downloads GitHub stars

Getting Started

The following command will install the latest stable Gretel CLI and Python SDK

pip install gretel-client

To install the latest development version, you may run

pip install git+https://github.com/gretelai/gretel-python-client@main

To configure the CLI, run

gretel configure

System Requirements

The Gretel CLI and python SDKs require Python version 3.7 or greater. Docker is required for local training and generation jobs.

For more information please refer to the Gretel Environment Setup docs.

Client SDKs

The gretel-client package also ships with a set of Python Client SDKs that may be used to interact with Gretel APIs using a familiar pythonic interface. For more information on how to use these SDKs, please refer to the following links

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].