diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4d8e4c --- /dev/null +++ b/README.md @@ -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 +