darenkeck-dev/nn
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# README ### Dependencies `venv` `python3` ### Setup Use virtualenv to run a local python version ``` cd /root/of/this/repo source .venv/bin/activate ``` Install dependencies ``` pip install -r requirements.txt ``` ### Running Jupyter Notebook TODO