An open API service indexing awesome lists of open source software.

https://github.com/cair/datasets


https://github.com/cair/datasets

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# NORA Datasets

## Installation
`pip install git+https://github.com/cair/datasets.git`

## Usage (TODO)
```python
from nora_datasets import retrieve_repository
import pathlib
if __name__ == "__main__":
repository_path = pathlib.Path(__file__).parent.parent.joinpath("repository")
retrieve_repository(repository_path=repository_path, dataset="iris", http=True)

```

## Supported datasets
`iris`