Lab for the NLP course
Go to file
Christopher Kermorvant 123a6612a0 update requirements
2024-01-09 16:09:00 +00:00
data updated notebook 2023-01-04 10:06:35 +01:00
.gitignore Initial commit 2023-01-02 18:05:43 +01:00
nn_utils.py updated notebook 2023-01-04 10:06:35 +01:00
README.md Update README.md 2023-01-04 11:18:05 +01:00
requirements.txt update requirements 2024-01-09 16:09:00 +00:00
TextClassification_LeMonde.ipynb fix typo 2023-01-11 15:10:07 +01:00

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/activate
  • install the required packages: pip install -r requirements.txt
  • register the virtualenv with jupyter: python -m ipykernel install --name=nlp-env
  • run jupyter: jupyter notenook
  • run the notebook and change the kernel to nlp-env
  • start coding