/ml-for-nlp-1-hs2020

Binder repo for Machine Learning for Natural Language Processing (Fall semester 2019)

Primary LanguageJupyter Notebook

Machine Learning for NLP 1 (fall 2020)

Binder

Local install and running of notebooks

  1. Download and install newest anaconda for Python 3.7
  2. Activate your conda base environment conda activate base
  3. Clone this repository git clone https://github.com/simon-clematide/ml-for-nlp-1-hs2020.git
  4. cd ml-for-nlp-1-hs2020
  5. Create your own virtual environment:
    1. python3 -mvenv venv
    2. source venv/bin/activate
    3. python3 -mpip install -r requirements.txt
  6. Start Jupyter notebook server: jupyter notebook