multixai


Namemultixai JSON
Version 1.0.0 PyPI version JSON
download
home_page
Summary
upload_time2024-01-21 05:59:27
maintainer
docs_urlNone
author
requires_python
license
keywords explainable xai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Unifying and Aligning Multifacted AI Explanations


## Code Structure

- `/src`: Contains the TypeScript code used to generate the visualizations.
- `/pyWidget` contains the python code that create ML models, generate explanations, and call the visualization code.


## Depedencies

- run `npm install` to install the dependencies for typescript

- `conda env create -f environment.yaml`  to install the dependencies for python

## How to Run

### Dev Mode

1. Execute `npm run widgetDev`. The compiled TypeScript code will be stored in the `/bundle` directory. The hot module replacement will re-bundle the outputs when there is a change in `src`.
2. Activate the conda environment using `conda activate mixai`.
3. Launch the notebook `pyWidget/explanation.ipynb`. The Python code within will invoke the bundled TypeScript code to produce visualizations.


### Product Mode
[place holder]

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "multixai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "explainable,xai",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/60/a7/d6fe9fe68f4998577943e42a65e0646982d820e6bdf3c91d3990798b67b1/multixai-1.0.0.tar.gz",
    "platform": null,
    "description": "# Unifying and Aligning Multifacted AI Explanations\n\n\n## Code Structure\n\n- `/src`: Contains the TypeScript code used to generate the visualizations.\n- `/pyWidget` contains the python code that create ML models, generate explanations, and call the visualization code.\n\n\n## Depedencies\n\n- run `npm install` to install the dependencies for typescript\n\n- `conda env create -f environment.yaml`  to install the dependencies for python\n\n## How to Run\n\n### Dev Mode\n\n1. Execute `npm run widgetDev`. The compiled TypeScript code will be stored in the `/bundle` directory. The hot module replacement will re-bundle the outputs when there is a change in `src`.\n2. Activate the conda environment using `conda activate mixai`.\n3. Launch the notebook `pyWidget/explanation.ipynb`. The Python code within will invoke the bundled TypeScript code to produce visualizations.\n\n\n### Product Mode\n[place holder]\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "explainable",
        "xai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fbc890849414dd2439f15a96a5729013f4f3b2d7b8a0d2da8391e531268a377",
                "md5": "e0f9e9ff3fb84ac8454cd22872b81e1c",
                "sha256": "07bb6b8613b7c66df9ebeeec7024a1a54aac66edeeb0b033c9f0a1ef3d421b9f"
            },
            "downloads": -1,
            "filename": "multixai-1.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0f9e9ff3fb84ac8454cd22872b81e1c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 917171,
            "upload_time": "2024-01-21T05:59:23",
            "upload_time_iso_8601": "2024-01-21T05:59:23.853217Z",
            "url": "https://files.pythonhosted.org/packages/1f/bc/890849414dd2439f15a96a5729013f4f3b2d7b8a0d2da8391e531268a377/multixai-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60a7d6fe9fe68f4998577943e42a65e0646982d820e6bdf3c91d3990798b67b1",
                "md5": "79697265f35b32b23b562e6d99191b62",
                "sha256": "cc086bf56a2c252762d452ca3765d15692d27bbdbb01ff4ed637339a0c7e2a58"
            },
            "downloads": -1,
            "filename": "multixai-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "79697265f35b32b23b562e6d99191b62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 937702,
            "upload_time": "2024-01-21T05:59:27",
            "upload_time_iso_8601": "2024-01-21T05:59:27.349083Z",
            "url": "https://files.pythonhosted.org/packages/60/a7/d6fe9fe68f4998577943e42a65e0646982d820e6bdf3c91d3990798b67b1/multixai-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-21 05:59:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "multixai"
}
        
Elapsed time: 0.17441s