DARIAH-DE / TopicsExplorer

Explore your own text collection with a topic model – without prior knowledge.
https://dariah-de.github.io/TopicsExplorer
Apache License 2.0
62 stars 10 forks source link

Web version of TopicsExplorer #130

Open jbekesi opened 2 years ago

jbekesi commented 2 years ago

To save students local installation of TE, I added a dockerized version which can be installed nicely behind a web proxy as Nginx or Apache. Separation of users is done by sessions, and the actual calculations for the topic models runs in a queue to avoid stalling of output.

It is not very elaborated yet, but works fine as a low-level introduction to Topic Modelling, as intended. Of course, its deployment should still be restricted to a small user base, maybe a closed teaching course or a similar context where one can expect a reasonable (< 30) user count.

If there is wider interest in this feature addition, I could submit the code by pull request.

severinsimmler commented 2 years ago

Awesome! :heart_eyes: PRs are very appreciated :blush: