Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eschmidt42/random-ml-models

"What I cannot create, I do not understand"
https://github.com/eschmidt42/random-ml-models

Last synced: 6 days ago
JSON representation

"What I cannot create, I do not understand"

Awesome Lists containing this project

README

        

# random-ml-models

## Setup

With pyenv 2.3.6-7-g19359de7:
```bash
pyenv install 3.10.6
```

```bash
pyenv local 3.10.6
```

With poetry 1.2.1
```bash
poetry install
```

```bash
pre-commit install
```