The web UI for word_cloud (text to word cloud picture converter)
Project description
wordcloud-webui
The web UI for word_cloud (text to word cloud picture converter)
描述(Description)
- 功能:利用 word_cloud 将 普通文本 转为 词云图像 文件
- 可视化:使用 Gradio 将该功能可视化
界面(UI)
安装(Install)
- 新建一个虚拟环境(Python 3.9.16),或使用已有的Python环境
- 例如
$ conda create -n env_name python=3.9
- 例如
- 使用 PIP 方式安装
$ pip install wordcloud-webui
- 使用源码方式安装
- 下载本项目代码
- 点击本项目GitHub页面右上角的绿色的按钮
Code
,再点击Download ZIP
- 点击本项目GitHub页面右上角的绿色的按钮
- 解压项目,进入到项目根目录
- 安装,执行
$ pip install -e ./ -i "https://pypi.doubanio.com/simple/"
- 安装,执行
- 下载本项目代码
- 注
- 卸载命令
$ pip uninstall wordcloud-webui"
- 卸载命令
启动服务(Start Service)
直接启动
- 由于安装时已经在当前 Python 环境中安装了 script
- 所以可以在任意位置直接执行
$ wordcloud-gui
,启动 WebUI
使用代码启动
- 进入到本项目的目录下,执行
$ cd src/wordcloud_webui
- 二选一
- 在本地电脑端启动,直接执行
$ python main.py
- 在服务器端启动,执行
$ nohup python main.py 1>server_run.log 2>&1 &
- 在本地电脑端启动,直接执行
手动构建(Build)
- 更新、安装工具
$ pip install --upgrade setuptools
$ pip install --upgrade build
- 进入到项目根目录下,执行
$ python -m build
- 构建完成会在项目 dist 目录下,生成 tar.gz 和 whl 文件
- 直接使用 PIP 即可安装,如
pip install .\dist\wordcloud_webui-0.1.0-py3-none-any.whl
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wordcloud_webui-0.1.0.tar.gz
(20.0 MB
view details)
Built Distribution
File details
Details for the file wordcloud_webui-0.1.0.tar.gz
.
File metadata
- Download URL: wordcloud_webui-0.1.0.tar.gz
- Upload date:
- Size: 20.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57c85708d1832c645f309c9bfe314f7cddd5bfbb6d96a891154523753068fc72 |
|
MD5 | 17f7dd0369985dd223f5779a4cb8415d |
|
BLAKE2b-256 | 8699e76ad1cdf02c8ca3eb69a68662dd5ccf53cb3365dcfb658f6c79285cd79c |
File details
Details for the file wordcloud_webui-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: wordcloud_webui-0.1.0-py3-none-any.whl
- Upload date:
- Size: 20.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9769ccf226f2358a76d7b750e5db6b43989dc773b11e369eb7351a4c3803eab6 |
|
MD5 | 297262e8b2f201f2bb077ea0db1a34d0 |
|
BLAKE2b-256 | eceec3720a95cd05825d8064155e93d2496d054343ca63a972d160cc108ccd99 |