/topic-modeling

Categorization of various data science institutions into several different topics

Primary LanguagePythonApache License 2.0Apache-2.0

Topic Modeling

Using topic modeling algorithms such as LDA and NMF to extract topics from raw texts

How To Use

python3 topic-model/topic-model.py

Installation

Third-Party

pip install git+https://github.com/BIDS-projects/lda.git

Development

  1. Setup a virtual environment.
  2. pip install -r requirements.txt.

##Test

py.test tests

Usage

import bidslda