tsterbak / nlp-topic-modeling-workshop-2022

Contains notebooks and requirements for a workshop on NLP and Topic Modeling in 2022.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP and Topic modeling Workshop 2022

Contains notebooks and requirements for a workshop on NLP and Topic Modeling in 2022.

Getting started

  • Create a virtual environment with python -m venv workshop-env.
  • Activate the environment with source workshop-env/bin/activate
  • and install the dependencies with pip install -r requirements.txt.
  • enable extentions with jupyter nbextension enable --py widgetsnbextension.
  • Run make jupyter to launch the jupyter notebooks.

Overview

About

Contains notebooks and requirements for a workshop on NLP and Topic Modeling in 2022.

License:MIT License


Languages

Language:Jupyter Notebook 99.7%Language:Makefile 0.3%