I see several problems that we want to handle:
- corpus preparation (take text, transform it, save it)
- "generate products". For example, generate an LDA topic visualisation and save its html+js payload to a folder, generate the TMVA topics browsers, etc
- Browse and use the generated products.
We can do these as command line scripts, for point 3 we can use a simple http directory index listing (if generated products are all static files).