nlp-lab-text-classification/README.md

12 lines
233 B
Markdown
Raw Normal View History

2023-01-04 10:13:12 +01:00
# NLP Lab on text classification
to start :
* 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