Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web version of TopicsExplorer #130

Open
jbekesi opened this issue Jun 1, 2022 · 1 comment
Open

Web version of TopicsExplorer #130

jbekesi opened this issue Jun 1, 2022 · 1 comment

Comments

@jbekesi
Copy link

jbekesi commented Jun 1, 2022

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
Copy link
Collaborator

Awesome! 😍 PRs are very appreciated 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants