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