文件名称:VisARTM:使用BigARTM构建的主题模型可视化工具
文件大小:342KB
文件格式:ZIP
更新时间:2024-05-17 14:13:00
HTML
VisARTM VisARTM旨在成为的后继者, 是一种用于可视化和评估主题模型的工具,该工具主要使用 (主题建模的快速且可扩展的库)构建。 安装与设定 VisARTM使用Python3。虽然VisARTM可能与Python 2兼容,但不能保证。 在使用VisARTM之前,请pip install -r requirements.txt 。 VisARTM需要最近的flask和flask_sqlalchemy 。 VisARTM中的数据格式 VisARTM所需的所有文件应以.csv格式提供。 请参阅下面每个输入文件的列和样本值。 与数据集相关的文件 document.csv ID 抽象的 内容 0 文档0 表象思维-0 1个 文件1 表象摘要1 term.csv ID 文本 0 牛奶 1个 Python document_similarity.csv documen
【文件预览】:
VisARTM-main
----app.py(145B)
----models.py(21KB)
----templates()
--------model_layout.html(448B)
--------document.html(14KB)
--------topic_model_layout.html(198B)
--------macro.html(1KB)
--------term.html(14KB)
--------index.html(1KB)
--------topic.html(18KB)
--------layout.html(2KB)
--------browse_topics.html(214B)
--------topic_model.html(742B)
----setup_sample.py(483B)
----LICENSE(11KB)
----static()
--------css()
--------img()
--------fonts()
--------js()
----TODO.md(849B)
----requirements.txt(36B)
----views.py(7KB)
----manage.py(6KB)
----.gitignore(1KB)
----README.md(3KB)
----serve.py(102B)
----config.cfg(101B)