Metadata-Version: 2.2
Name: opengenome
Version: 0.1.1
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: jupyter; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: myst-nb; extra == "dev"
Requires-Dist: sphinx-autoapi; extra == "dev"
Requires-Dist: pydata_sphinx_theme; extra == "dev"
Dynamic: description
Dynamic: description-content-type
Dynamic: provides-extra

# Open-Genome

Welcome to Open-Genome Toolkit (OGT). Toolkit and data preparation pipeline for the Open-Genome Project.

Open-Genome Project (OGP) is an open-source genome database for all types of AI models, using XAI techniques. We aim to map out areas of interest in various AI models that contribute to the skill & behaviour of AI models. Help researchers, ML engineers & decision makers, better understand & regulate AI development towards a safer, more useful, humanity aligned future.

## Installation

```bash
$ pip install opengenome
```

## Usage

Test `opengenome` by trying the welcome function:

```python
import opengenome

opengenome.about()
```

or

```bash
$ opengenome-hello
```

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`opengenome` was created by Lu Hou Yang. It is licensed under the terms of the GNU General Public License v3.0 license.
