Code Monkey home page Code Monkey logo

synthetic-data-generation-optimizer's Introduction

“DAI-Lab” An open source project from Data to AI Lab at MIT.

Github Actions Shield Coverage Status

Synthetic Data Generation Optimizer

Python Boilerplate contains all the boilerplate you need to create a Python package.

Overview

TODO: Provide a short overview of the project here.

Install

Requirements

Synthetic Data Generation Optimizer has been developed and tested on Python 3.5, 3.6, 3.7 and 3.8

Also, although it is not strictly required, the usage of a virtualenv is highly recommended in order to avoid interfering with other software installed in the system in which Synthetic Data Generation Optimizer is run.

These are the minimum commands needed to create a virtualenv using python3.6 for Synthetic Data Generation Optimizer:

pip install virtualenv
virtualenv -p $(which python3.6) synthetic-data-generation-optimizer-venv

Afterwards, you have to execute this command to activate the virtualenv:

source synthetic-data-generation-optimizer-venv/bin/activate

Remember to execute it every time you start a new console to work on Synthetic Data Generation Optimizer!

Install from source

With your virtualenv activated, you can clone the repository and install it from source by running make install on the stable branch:

git clone [email protected]:oufattole/synthetic-data-generation-optimizer.git
cd synthetic-data-generation-optimizer
git checkout stable
make install

Install for Development

If you want to contribute to the project, a few more steps are required to make the project ready for development.

Please head to the Contributing Guide for more details about this process.

Quickstart

In this short tutorial we will guide you through a series of steps that will help you getting started with Synthetic Data Generation Optimizer.

TODO: Create a step by step guide here.

What's next?

For more details about Synthetic Data Generation Optimizer and all its possibilities and features, please check the documentation site.

synthetic-data-generation-optimizer's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.