Skip to main content

Health Metaverse: Concept, Framework and Applications

Project description

Health Metaverse

A virtual 3D world framework for medical and health informatics applications

Health Metaverse

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.

Project details


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 hashes)

Uploaded Source

Built Distribution

health_metaverse-0.0.3-py3-none-any.whl (130.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page