Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/eschmidt42/random-ml-models
- Owner: eschmidt42
- Created: 2022-12-05T06:44:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T13:56:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T08:56:23.740Z (over 1 year ago)
- Language: Python
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```