Takes fulltext from files. Runs LDA topic models. Generates new models. Hotswaps models. Reclassifies a graph.
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
- Set up node deps:
npm install - Set up your virtualenv
mkvirtualenv menome_py2 - Install dependencies
pip install -r requirements.txt - Start the thing
npm run dev
After installing/testing/running new dependencies, while in the virtualenv do:
pip freeze > requirements.txt
See this