Skip to content

Deep-NLP-Course/nlp-lab-text-embedding

Repository files navigation

NLP Lab on text embedding

to start :

  • clone the code: git clone [email protected]:Deep-NLP-Course/nlp-lab-text-embedding.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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published