Proofly DocsAboutAboutContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Introduction
  • Getting Started
  • Features
  • Installation
  • Usage Guide
  • API Reference
  • Health Conditions
    • Copd
    • Diabetes
    • Hypertension
  • Exporting Data
  • Error Handling
  • Contributing
  • Introduction
  • Getting Started
  • Features
  • Installation
  • Usage Guide
    • First Analysis
  • API Reference
  • Health Conditions
    • Copd
    • Diabetes
    • Hypertension
  • Exporting Data
  • Error Handling
  • Contributing
  • About
  • Contact ↗ (opens in a new tab)

On This Page

  • First Analysis
Question? Give us feedback → (opens in a new tab)Edit this page
Usage Guide

First Analysis

analyze.py
from proofly import HealthAnalyzer
analyzer = HealthAnalyzer()
 
# Your first analysis
result = analyzer.analyze_metrics(
    condition="diabetes",
    metrics=DiabetesMetrics(
        blood_glucose=120,
        hba1c=6.5,
        blood_pressure=130
    )
)
InstallationAPI Reference

Proofly Docs