jpe90 / fastai-practical-deep-learning

run fast.ai lessons on your own hardware without jupyter notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python scripts from fastai's practical deep learning for coders without jupyter notebooks

i would recommend you install dependencies in a venv:

python3 -m venv venv
source venv/bin/activate
pip install fastai
pip install duckduckgo_search
pip install plotly
pip install statsmodels

tested on macOS and linux, does not work on windows without WSL

About

run fast.ai lessons on your own hardware without jupyter notebooks


Languages

Language:Python 100.0%