Code and data for the Fullstack NLP Workshop organised by GDG Kolkata and The Code Foundation on 19th January, 2019.
- Download and install Miniconda.
- Download or clone this repository.
cd kolkata_nlp_workshop_2019
conda install --name <name of your choice> --file conda_env.txt
This should install all the necessary packages needed for the workshop into a conda environment with a name of your choosing.