10 lines
344 B
Markdown
10 lines
344 B
Markdown
# NLP Lab on text classification
|
|
|
|
to start :
|
|
|
|
* clone the code: ```git clone git@github.com:Rouen-NLP/nlp-text-classification-mygithub.git```
|
|
* create a virtual environment: ```virtualenv -p python3 nlp-env```
|
|
* activate the virtual env: ```source nlp-env/bin/actiate```
|
|
* install the required packages: ```pip install -r requirements.txt```
|
|
|