Skip to content

Repository files navigation

FPP Topic Models Bot ADVANCED MODEL

Takes fulltext from files. Runs LDA topic models. Generates new models. Hotswaps models. Reclassifies a graph.

Set Up

You will need the following tools:

  • python2.7
  • pip2
  • node 10
  • npm 6

It is strongly recommended to have virtualenv as well unless you want to manage your own python environment. I'm going to be using virtualenv and virtualenvwrapper for these walkthough

  1. Set up node deps: npm install
  2. Set up your virtualenv mkvirtualenv menome_py2
  3. Install dependencies pip install -r requirements.txt
  4. Start the thing npm run dev

Updating Python Dependencies

After installing/testing/running new dependencies, while in the virtualenv do:

pip freeze > requirements.txt

More info

See this

About

FPP Bot for modeling topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages