Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
O

open-health

> 编程语言
Open source

OpenHealth, AI Health Assistant | Powered by Your Data

3.9K stars0 likes0 views
WebsiteGitHub

About

OpenHealth, AI Health Assistant | Powered by Your Data

# **OpenHealth** ---

## Overview > OpenHealth helps you **take charge of your health data**. By leveraging AI and your personal health information, > OpenHealth provides a private assistant that helps you better understand and manage your health. You can run it completely locally for maximum privacy. ## ✨ Project Features Core Features - **Centralized Health Data Input:** Easily consolidate all your health data in one place. - ️ **Smart Parsing:** Automatically parses your health data and generates structured data files. - **Contextual Conversations:** Use the structured data as context for personalized interactions with GPT-powered AI. ## Supporting Data Sources & Language Models
Data Sources You Can Add Supported Language Models
• Blood Test Results
• Health Checkup Data
• Personal Physical Information
• Family History
• Symptoms
• LLaMA
• DeepSeek-V3
• GPT
• Claude
• Gemini
## Why We Built OpenHealth > - **Your health is your responsibility.** > - ✅ True health management combines **your data** + **intelligence**, turning insights into actionable plans. > - AI acts as an unbiased tool to guide and support you in managing your long-term health effectively. ## ️ Project Diagram ``` … ``` > **Note:** The data parsing functionality is currently implemented in a separate Python server and is planned to be migrated to TypeScript in the future. ## Getting Started ## ⚙️ How to Run OpenHealth Installation Instructions 1. **Clone the Repository:** ```bash git clone https://github.com/OpenHealthForAll/open-health.git cd open-health ``` 2. **Setup and Run:** ```bash # Copy environment file cp .env.example .env # Start the application using Docker/Podman Compose docker/podman compose --env-file .env up ``` For existing users, use: ```bash # Generate ENCRYPTION_KEY for .env file: # Run the command below and add the output to ENCRYPTION_KEY in .env echo $(head -c 32 /dev/urandom | base64) # Rebuild and start the application docker/podman compose --env-file .env up --build ``` to rebuild the image. Run this also if you make any modifications to the .env file. 3. **Access OpenHealth:** Open your browser and navigate to `http://localhost:3000` to begin using OpenHealth. > **Note:** The system consists of two main components: parsing and LLM. For parsing, you can use docling for full local execution, while the LLM component can run fully locally using Ollama. > **Note:** If you're using Ollama with Docker, make sure to set the Ollama API endpoint to: `http://docker.for.mac.localhost:11434` on a Mac or `http://host.docker.internal:11434` on Windows. --- ## Star History --- ## Community and Support

Issues· 58 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

TypeScriptaihealthcare

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言