# django_topic_explorer This is an alternative (Django based) implementation of this software: https://github.com/inpho/topic-explorer By now this is no more than a kind of rudimentary proof of concept we hope to enrich in the forthcoming. ## By now We use: - Function based views. - Global variables: lda_c, lda_c, lda_m. - An already trained models which must be specified in the corresponding settings variables. ## In the forthcoming, we hope to: - Provide user interface to select a corpus in the fly (not sure how) from a determined set. - Not use global variables. - Develop some per-document visualization. - ...