Metadata-Version: 2.1
Name: data_generation_tool
Version: 1.0.0
Summary: A library that provides data generation functionality for AI and data science projects
Author-email: FRIARE <ird@friare.org>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/friare/data_generation_tool
Project-URL: Issues, https://github.com/friare/data_generation_tool/issues
Keywords: AI,data-generation,fairness
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# data_generation_tool

## Description
This tool aims to play a crucial role in facilitating the explainability of AI models. By enabling
to create synthetic datasets from specific contexts and defined attribute types ,
the tool offers a unique opportunity to explore and understand the behaviour
of AI models.

## Setup
```bash
git clone https://github.com/friare/data_generation_tool
cd data_generation_tool
python -m venv .venv
source .venv/bin/activate  # Linux / macOS
.venv\Scripts\activate.bat  # Windows
pip install -r requirements.txt
pip install vendor/fmkforml-1.0.0-py3-none-any.whl
```
