Health Universe
  • Core Concepts
    • Overview of Health Universe
    • How Health Universe Works
  • Building Apps in Health Universe
    • Getting started with Health Universe
      • Create a Health Universe Account
      • Create a Github Account
      • Link your Github Account to your Health Universe Account
    • Creating a Workspace
    • Collaborators
    • Developing your Health Universe App
      • Streamlit vs FastAPI
      • Working in Streamlit
        • Typical Project Setup
        • Your First Health Universe App
        • Streamlit Best Practices
      • Working in FastAPI
        • Typical Project Setup
        • Your First Health Universe App
        • Navigator FastAPI best practices
    • Deploying your app to Health Universe
      • Deploying to Health Universe
      • Secret Management
      • Connecting to an LLM
      • Connecting to an external data source
  • Testing your app
  • Re-deploying your app
  • Document your app
  • Deleting your App on Health Universe
  • Additional resources
    • Data Formats, Standards & Privacy
    • External Tools and Libraries
Powered by GitBook
On this page

Was this helpful?

  1. Building Apps in Health Universe

Getting started with Health Universe

Health Universe is an AI/ML deployment platform that provides a fast, compliant way to develop and deploy apps within health environments. It is based on Python, and uses Streamlit for stand alone apps (that can leverage native app orchestration tools and workflows), and FastAPI to integrate into the Health Universe Navigator workflow orchestration engine.

The first step(s) are to create a Health Universe account, create a GitHub account, and to link the two accounts together.

PreviousHow Health Universe WorksNextCreate a Health Universe Account

Last updated 1 month ago

Was this helpful?