A repository for learning NLP100.
- Docker
- docker-compose
Run Jupyter notebook:
$ docker-compose upGo to http://localhost:8890 and you'll see the notebooks.
Clone repository:
$ git clone https://github.com/PiroHiroPiro/nlp100
$ cd nlp100Build image:
$ docker-compose build