Health Metaverse
A virtual 3D world framework for medical and health informatics applications
Installation
pip install health-metaverse
Examples
Example 1: Build a word cloud for Health Metaverse
from healthmetaverse.wordcloud import HealthWordCloud
if __name__=="__main__":
hwc = HealthWordCloud(data_path="metaverse-news.txt")
hwc.show(save_figure="health_metaverse_wordcloud-small.jpg",figure_dpi=300)
Example 2: Build a topic model for Health Metaverse
from healthmetaverse.topicmodel import *
import pickle
list_abstract=pickle.load(open("datasets/virtual reality and health.pickle","rb"))
start_to_build_topic_model(list_abstract=list_abstract,MAX_TOPICS=10,
MIN_PERC=0.8,export_html=True,
need_format=True,save_model=True)
The Official Health Metaverse Website is here
License
The health-metaverse project is provided by Donghua Chen.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
health-metaverse-0.0.3.tar.gz
(132.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file health-metaverse-0.0.3.tar.gz.
File metadata
- Download URL: health-metaverse-0.0.3.tar.gz
- Upload date:
- Size: 132.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1de3f4cd33d9562a92148bce41d6c342cf75eff8a38b2f9c973b6da6accf499
|
|
| MD5 |
88cf87072ad1ccda9420f6ab6c2c627b
|
|
| BLAKE2b-256 |
76b0b9781eb230c8e7b56d99568e0d05d1eae4714c0a3cf08a546ae8cac08ce3
|
File details
Details for the file health_metaverse-0.0.3-py3-none-any.whl.
File metadata
- Download URL: health_metaverse-0.0.3-py3-none-any.whl
- Upload date:
- Size: 130.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cae6425b1093bf9930d0a25428935e3253b7d77dd7ee25dcf80686b9e34f8810
|
|
| MD5 |
60513fa499b2c6645670929656ff1f9a
|
|
| BLAKE2b-256 |
4ddec93da4b6909c07b237563f98db7f1d5dc9534f4bee22e39e19078da5925c
|