[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73696":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},73696,"open-health","OpenHealthForAll\u002Fopen-health","OpenHealthForAll","OpenHealth, AI Health Assistant | Powered by Your Data","https:\u002F\u002Fwww.open-health.me",null,"TypeScript",3900,419,51,46,0,4,8,25,12,29.87,"GNU Affero General Public License v3.0",false,"main",[26,27],"ai","healthcare","2026-06-12 02:03:16","# 🚀 **OpenHealth**\n\n\u003Cdiv align=\"center\">\n\n**AI Health Assistant | Powered by Your Data**\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPlatform-Web-blue?style=for-the-badge\" alt=\"Platform\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLanguage-TypeScript-blue?style=for-the-badge\" alt=\"Language\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FFramework-Next.js-black?style=for-the-badge\" alt=\"Framework\">\n\u003C\u002Fp>\n\n> **📢 Now Available on Web!**  \n> We've made OpenHealth more accessible with two tailored options:  \n> **[Clinic](https:\u002F\u002Fqna.open-health.me\u002F)** - Quick and easy health consultations  \n> **[Full Platform](https:\u002F\u002Fwww.open-health.me\u002F)** - Advanced tools for comprehensive health management\n\n### 🌍 Choose Your Language\n[English](README.md) | [Français](i18n\u002Freadme\u002FREADME.fr.md) | [Deutsch](i18n\u002Freadme\u002FREADME.de.md) | [Español](i18n\u002Freadme\u002FREADME.es.md) | [한국어](i18n\u002Freadme\u002FREADME.ko.md) | [中文](i18n\u002Freadme\u002FREADME.zh.md) | [日本語](i18n\u002Freadme\u002FREADME.ja.md) | [Українська](i18n\u002Freadme\u002FREADME.uk.md) | [Русский](i18n\u002Freadme\u002FREADME.ru.md) | [اردو](i18n\u002Freadme\u002FREADME.ur.md)\n\n\u003C\u002Fdiv>\n\n---\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"\u002Fintro\u002Fopenhealth.avif\" alt=\"OpenHealth Demo\">\n\u003C\u002Fp>\n\n## 🌟 Overview\n\n> OpenHealth helps you **take charge of your health data**. By leveraging AI and your personal health information,\n> OpenHealth provides a private assistant that helps you better understand and manage your health. You can run it completely locally for maximum privacy.\n\n## ✨ Project Features\n\n\u003Cdetails open>\n\u003Csummary>\u003Cb>Core Features\u003C\u002Fb>\u003C\u002Fsummary>\n\n- 📊 **Centralized Health Data Input:** Easily consolidate all your health data in one place.\n- 🛠️ **Smart Parsing:** Automatically parses your health data and generates structured data files.\n- 🤝 **Contextual Conversations:** Use the structured data as context for personalized interactions with GPT-powered AI.\n\n\u003C\u002Fdetails>\n\n## 📥 Supporting Data Sources & Language Models\n\n\u003Ctable>\n  \u003Ctr>\n    \u003Cth>Data Sources You Can Add\u003C\u002Fth>\n    \u003Cth>Supported Language Models\u003C\u002Fth>\n  \u003C\u002Ftr>\n  \u003Ctr>\n    \u003Ctd>\n      • Blood Test Results\u003Cbr>\n      • Health Checkup Data\u003Cbr>\n      • Personal Physical Information\u003Cbr>\n      • Family History\u003Cbr>\n      • Symptoms\n    \u003C\u002Ftd>\n    \u003Ctd>\n      • LLaMA\u003Cbr>\n      • DeepSeek-V3\u003Cbr>\n      • GPT\u003Cbr>\n      • Claude\u003Cbr>\n      • Gemini\n    \u003C\u002Ftd>\n  \u003C\u002Ftr>\n\u003C\u002Ftable>\n\n## 🤔 Why We Built OpenHealth\n\n> - 💡 **Your health is your responsibility.**\n> - ✅ True health management combines **your data** + **intelligence**, turning insights into actionable plans.\n> - 🧠 AI acts as an unbiased tool to guide and support you in managing your long-term health effectively.\n\n## 🗺️ Project Diagram\n\n```mermaid\ngraph LR\n    subgraph Health Data Sources\n        A1[Clinical Records\u003Cbr>Blood Tests\u002FDiagnoses\u002F\u003Cbr>Prescriptions\u002FImaging]\n        A2[Health Platforms\u003Cbr>Apple Health\u002FGoogle Fit]\n        A3[Wearable Devices\u003Cbr>Oura\u002FWhoop\u002FGarmin]\n        A4[Personal Records\u003Cbr>Diet\u002FSymptoms\u002F\u003Cbr>Family History]\n    end\n\n    subgraph Data Processing\n        B1[Data Parser & Standardization]\n        B2[Unified Health Data Format]\n    end\n\n    subgraph AI Integration\n        C1[LLM Processing\u003Cbr>Commercial & Local Models]\n        C2[Interaction Methods\u003Cbr>RAG\u002FCache\u002FAgents]\n    end\n\n    A1 & A2 & A3 & A4 --> B1\n    B1 --> B2\n    B2 --> C1\n    C1 --> C2\n\n    style A1 fill:#e6b3cc,stroke:#cc6699,stroke-width:2px,color:#000\n    style A2 fill:#b3d9ff,stroke:#3399ff,stroke-width:2px,color:#000\n    style A3 fill:#c2d6d6,stroke:#669999,stroke-width:2px,color:#000\n    style A4 fill:#d9c3e6,stroke:#9966cc,stroke-width:2px,color:#000\n    \n    style B1 fill:#c6ecd9,stroke:#66b399,stroke-width:2px,color:#000\n    style B2 fill:#c6ecd9,stroke:#66b399,stroke-width:2px,color:#000\n    \n    style C1 fill:#ffe6cc,stroke:#ff9933,stroke-width:2px,color:#000\n    style C2 fill:#ffe6cc,stroke:#ff9933,stroke-width:2px,color:#000\n\n    classDef default color:#000\n```\n\n> **Note:** The data parsing functionality is currently implemented in a separate Python server and is planned to be migrated to TypeScript in the future.\n\n## Getting Started\n\n## ⚙️ How to Run OpenHealth\n\n\u003Cdetails open>\n\u003Csummary>\u003Cb>Installation Instructions\u003C\u002Fb>\u003C\u002Fsummary>\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https:\u002F\u002Fgithub.com\u002FOpenHealthForAll\u002Fopen-health.git\n   cd open-health\n   ```\n\n2. **Setup and Run:**\n   ```bash\n   # Copy environment file\n   cp .env.example .env\n\n   # Start the application using Docker\u002FPodman Compose\n   docker\u002Fpodman compose --env-file .env up\n   ```\n\n   For existing users, use:\n   ```bash\n   # Generate ENCRYPTION_KEY for .env file:\n   # Run the command below and add the output to ENCRYPTION_KEY in .env\n   echo $(head -c 32 \u002Fdev\u002Furandom | base64)\n\n   # Rebuild and start the application\n   docker\u002Fpodman compose --env-file .env up --build\n   ```\n   to rebuild the image. Run this also if you make any modifications to the .env file.\n\n3. **Access OpenHealth:**\n   Open your browser and navigate to `http:\u002F\u002Flocalhost:3000` to begin using OpenHealth.\n\n> **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.\n\n> **Note:** If you're using Ollama with Docker, make sure to set the Ollama API endpoint to: `http:\u002F\u002Fdocker.for.mac.localhost:11434` on a Mac or `http:\u002F\u002Fhost.docker.internal:11434` on Windows.\n\n\u003C\u002Fdetails>\n\n---\n\n## Star History\n\n[![Star History Chart](https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=OpenHealthForAll\u002Fopen-health&type=Date)](https:\u002F\u002Fstar-history.com\u002F#OpenHealthForAll\u002Fopen-health&Date)\n\n---\n\n## 🌐 Community and Support\n\n\u003Cdiv align=\"center\">\n\n### 💫 Share Your Story & Get Updated & Give Feedback\n[![AIDoctor Subreddit](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fr\u002FAIDoctor-FF4500?style=for-the-badge&logo=reddit&logoColor=white)](https:\u002F\u002Fwww.reddit.com\u002Fr\u002FAIDoctor\u002F)\n[![Discord](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDiscord-7289DA?style=for-the-badge&logo=discord&logoColor=white)](https:\u002F\u002Fdiscord.gg\u002FB9K654g4wf)\n\n### 🤝 Talk with Team\n[![Calendly](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FSchedule_Meeting-00A2FF?style=for-the-badge&logo=calendar&logoColor=white)](https:\u002F\u002Fcalendly.com\u002Fopen-health\u002F30min)\n[![Email](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FSend_Email-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:sj@open-health.me)\n\n\u003C\u002Fdiv>\n\n","OpenHealth 是一个基于个人健康数据的 AI 健康助手。该项目利用 AI 技术，能够集中管理用户的各类健康信息，包括血液检测结果、体检数据、个人身体状况及家族病史等，并通过智能解析生成结构化数据文件。其核心功能还包括支持多种语言模型（如 LLaMA、GPT 等）进行上下文对话，为用户提供个性化的健康管理建议。OpenHealth 适用于需要更好地理解和控制自己健康状态的个人用户，同时也为医疗保健专业人士提供了强大的辅助工具。此外，该平台支持完全本地运行以保障用户隐私安全。",2,"2026-06-11 03:46:59","high_star"]