- Python 3.7 and pip
- Jupyter
- Optional: virtualenv
- Optional: virtualenvwrapper
You need to have Python installed and be able to include the following libraries:
numpy
, pandas
, tensorflow
, scikit-learn
, matplotlib
, IPython
git clone [email protected]:vikua/aibooster-workshop.git
Or just download as zip
https://github.com/vikua/aibooster-workshop/archive/master.zip
pip install -r requirements.txt
mkvirtualenv tsdlworkshop
pip install -r requirements.txt
virtualenv tsdlworkshop
source tsdlworkshop/bin/activate
pip install -r requirements.txt
python -m ipykernel install --user --name tsdlworkshop
- Open command line terminal
- Go to
aibooster-workshop
directory - At the command line, run
jupyter notebook
- Open your web browser to the directed url
- In the browser, select the "workshop.ipynb" entry