This commit is contained in:
janeoa
2026-03-14 11:48:48 +01:00
commit 3a31af37f0
5 changed files with 998 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Setup
Install dependencies:
```bash
pip install -r requirements.txt
```
## Run
Open the notebook in Jupyter:
```bash
jupyter notebook
```