simulaix 0.0.2

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

simulaix 0.0.2

Simulaix
An efficient synthetic data framework

Introduction to Simulaix:

About Simulaix

Why Simulaix?
Features
Roadmap


Installation

Usage



About Simulaix
Simulaix is a synthetic data generation framework that allows you to create synthetic data for machine learning and deep learning applications. It provides a simple and easy-to-use API to generate synthetic data for various applications.
Why Simulaix?
Features

add face generation
add img generation

Installation
# install from PyPI
pip install simulaix

Usage
import simulaix as sim

# create a synthetic data generator
generator = sim.Generator(type='face', size=(200, 200))
generator.generate(num_samples=1000, output_dir='data/face')

Requirements
Python 3.7 or higher.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.