data-generation-tool


Namedata-generation-tool JSON
Version 1.1.1 PyPI version JSON
download
home_pageNone
SummaryA library that provides data generation functionality for AI and data science projects
upload_time2024-11-06 15:57:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-3-Clause
keywords ai data-generation fairness
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

### Building the documentation (Using [sphinx](https://www.sphinx-doc.org/en/master/))
```bash
pip install sphinx sphinx-rtd-theme
cd docs
sphinx-apidoc -f -o . ../data_generation_tool
make html
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "data-generation-tool",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "AI, data-generation, fairness",
    "author": null,
    "author_email": "FRIARE <ird@friare.org>",
    "download_url": "https://files.pythonhosted.org/packages/6e/3b/a9207ce1ee9cd945824a4c522dfecf5c5fd7ab5833b123c65e116ef73d60/data_generation_tool-1.1.1.tar.gz",
    "platform": null,
    "description": "# data_generation_tool\n\n## Description\nThis tool aims to play a crucial role in facilitating the explainability of AI models. By enabling\nto create synthetic datasets from specific contexts and defined attribute types ,\nthe tool offers a unique opportunity to explore and understand the behaviour\nof AI models.\n\n## Setup\n```bash\ngit clone https://github.com/friare/data_generation_tool\ncd data_generation_tool\npython -m venv .venv\nsource .venv/bin/activate  # Linux / macOS\n.venv\\Scripts\\activate.bat  # Windows\npip install -r requirements.txt\n```\n\n### Building the documentation (Using [sphinx](https://www.sphinx-doc.org/en/master/))\n```bash\npip install sphinx sphinx-rtd-theme\ncd docs\nsphinx-apidoc -f -o . ../data_generation_tool\nmake html\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A library that provides data generation functionality for AI and data science projects",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/friare/data_generation_tool",
        "Issues": "https://github.com/friare/data_generation_tool/issues"
    },
    "split_keywords": [
        "ai",
        " data-generation",
        " fairness"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c8cb128369ee84b6e00c76a84d82320b4c85e77dc4543a5a08dc12fd55dc31f",
                "md5": "fec0cd33b981bccca0384c07adb5bc82",
                "sha256": "315d9e162b7ce67afcd322eed8707c64d1d16504acc927bcd72f870e9adb5258"
            },
            "downloads": -1,
            "filename": "data_generation_tool-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fec0cd33b981bccca0384c07adb5bc82",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4965418,
            "upload_time": "2024-11-06T15:57:27",
            "upload_time_iso_8601": "2024-11-06T15:57:27.767854Z",
            "url": "https://files.pythonhosted.org/packages/9c/8c/b128369ee84b6e00c76a84d82320b4c85e77dc4543a5a08dc12fd55dc31f/data_generation_tool-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e3ba9207ce1ee9cd945824a4c522dfecf5c5fd7ab5833b123c65e116ef73d60",
                "md5": "c4054411d885b90c1d736861754633d0",
                "sha256": "edbd929d8282edc8f41c52700ef53ff2e88aabf84a2f962c1e49b735bc4aa4a8"
            },
            "downloads": -1,
            "filename": "data_generation_tool-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c4054411d885b90c1d736861754633d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4897931,
            "upload_time": "2024-11-06T15:57:30",
            "upload_time_iso_8601": "2024-11-06T15:57:30.391475Z",
            "url": "https://files.pythonhosted.org/packages/6e/3b/a9207ce1ee9cd945824a4c522dfecf5c5fd7ab5833b123c65e116ef73d60/data_generation_tool-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 15:57:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "friare",
    "github_project": "data_generation_tool",
    "github_not_found": true,
    "lcname": "data-generation-tool"
}
        
Elapsed time: 0.83745s