Create README.md

This commit is contained in:
Kermorvant 2023-01-04 10:13:12 +01:00 committed by GitHub
parent 87dd736d83
commit 77903516b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# 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