{"id":31328093,"url":"https://github.com/rizwan2000rm/health-copilot","last_synced_at":"2026-04-30T12:33:59.980Z","repository":{"id":312889700,"uuid":"1048581700","full_name":"rizwan2000rm/health-copilot","owner":"rizwan2000rm","description":"Your health co-pilot, feed your health data to the agent to get personalised lifestyle improvements for a better tomorrow","archived":false,"fork":false,"pushed_at":"2025-10-14T11:58:16.000Z","size":2337,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T12:33:46.262Z","etag":null,"topics":["agents","ai","healthcare","hevy","hevy-api","llms","mcp"],"latest_commit_sha":null,"homepage":"https://drive.google.com/file/d/1BXxQBdg-OFj2EhvZ8n32th7-qB-_yt6f/view","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rizwan2000rm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-09-01T17:14:02.000Z","updated_at":"2025-10-14T11:58:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c4026bc-244f-4a70-9256-df8bd490f482","html_url":"https://github.com/rizwan2000rm/health-copilot","commit_stats":null,"previous_names":["rizwan2000rm/health-copilot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rizwan2000rm/health-copilot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizwan2000rm%2Fhealth-copilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizwan2000rm%2Fhealth-copilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizwan2000rm%2Fhealth-copilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizwan2000rm%2Fhealth-copilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rizwan2000rm","download_url":"https://codeload.github.com/rizwan2000rm/health-copilot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizwan2000rm%2Fhealth-copilot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32465009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","healthcare","hevy","hevy-api","llms","mcp"],"created_at":"2025-09-25T23:52:19.276Z","updated_at":"2026-04-30T12:33:59.973Z","avatar_url":"https://github.com/rizwan2000rm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Health Coach\n\nBeing fit and healthy is easy, and most of the time we make it too complicated that has to be, that is why I built this health coach. Health Coach helps you plan minimalistic workout routines (using Hevy as a workout tracking tool) it can also help you with sleep and steps planning.\n\nMy idea of fitness following the minimalism principle is as follows:\n\n1. Simple Workout Routines - 45 mins strength training + 15 mins cardio\n2. Sleep Optimization - 7-9 hours of sleep everyday with proper routine\n3. Steps Tracking - Gradually building a habit of walking upto 10,000-12,000 steps per day\n4. Nutrition (Coming Soon) - No calorie counting but focusing on better food choices. Grilled chicken over fried chicken, zero sugar drinks over sugary drinks etc\n\n[Health Coach Demo](https://drive.google.com/file/d/1BXxQBdg-OFj2EhvZ8n32th7-qB-_yt6f/view)\n\n## Features\n\n- 📅 Weekly workout planning\n- 🤖 AI-powered recommendations and coaching for workouts, sleep and steps\n- 📚 Knowledge base with fitness minimalistic training research papers and guides\n- 🏋️‍♂️ Hevy Workout Tracking and Management\n\n## Project Overview\n\nThis project consists of following components:\n\n1. **AI Fitness Coach Agent** (`agent/`) - The main application providing AI-powered fitness coaching\n2. **Hevy MCP Server** (`hevy-mcp/`) - MCP server for integrating with Hevy workout tracking API\n3. **Health Coach App** (`ui/`) - React Native application for interacting with the AI Fitness Coach Agent and Hevy MCP Server\n4. **Chroma DB** (`chromadb/`) - Chroma DB for storing and querying embeddings of research content\n\n## Prerequisites\n\n- Python 3.13+ (for hevy-mcp) / Python 3.8+ (for agent)\n- OpenAI Key or [Ollama](https://ollama.ai/) installed and running\n- Hevy API key (for workout tracking features)\n- [uv](https://github.com/astral-sh/uv) package manager (for hevy-mcp)\n\n## Setup Instructions\n\n### 1. Clone and Navigate to Project\n\n```bash\ngit clone \u003crepository-url\u003e\ncd health-copilot\n```\n\n### 2. Configure Environment Variables\n\nCreate a `.env` file in the `agent/` directory:\n\n#### For Hevy API Integration\n\n```bash\necho \"HEVY_API_KEY=your_hevy_api_key_here\" \u003e agent/.env\n```\n\n#### For OpenAI Integration\n\n```bash\necho \"OPENAI_API_KEY=your_openai_api_key_here\" \u003e agent/.env\n```\n\n### 3. Set Up Hevy MCP Server\n\n```bash\ncd hevy-mcp\n\n# Install dependencies using uv\nuv sync\n```\n\n### 4. Set Up AI Fitness Coach Agent\n\nThe agent uses a virtual environment (`.venv` is already present):\n\n```bash\ncd agent\n\n# Activate the virtual environment\nsource .venv/bin/activate\n\n# Install dependencies\npip install -r requirements.txt\n```\n\n## Running the Application\n\n### Run AI Fitness Coach\n\n```bash\n# Navigate to agent directory\ncd agent\n\n# Activate virtual environment\nsource .venv/bin/activate\n\n# Run the main application\nuvicorn main:app --host 0.0.0.0 --port 8000\n```\n\n## Usage\n\n#### Standalone Hevy MCP Integration\n\n```json\n{\n  \"mcpServers\": {\n    \"hevy\": {\n      \"command\": \"/path/to/uv\",\n      \"args\": [\n        \"--directory\",\n        \"/path/to/health-copilot/hevy-mcp/\",\n        \"run\",\n        \"app.py\"\n      ],\n      \"env\": {\n        \"HEVY_API_KEY\": \"your_hevy_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n#### Using React Native Client:\n\n```bash\n# Navigate to agent directory\ncd ui\n\n# Install dependencies\nnpm install\n\n# Start the application\nEXPO_PUBLIC_AGENT_URL=http://192.168.xxx.xx:8000 npm run start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizwan2000rm%2Fhealth-copilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frizwan2000rm%2Fhealth-copilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizwan2000rm%2Fhealth-copilot/lists"}