Skip to content

Releases: Mahesh2023/teloscopy

Teloscopy v2.0.0 — Mobile Apps

14 Apr 04:44

Choose a tag to compare

Download Mobile Apps

Android

  • Teloscopy APK — Install directly on any Android device (Android 8.0+)
  • Enable "Install from unknown sources" in Settings → Security to install

iOS (Simulator)

  • Teloscopy Simulator App — Run in Xcode iOS Simulator on Mac
  • Unzip and drag into a running simulator, or use xcrun simctl install
  • For device builds, clone the repo and build with Xcode + Apple Developer account

What's New in v2.0

  • Psychiatry counselling with Krishnamurti-inspired dialogic inquiry
  • VADER sentiment analysis with intensity-calibrated responses
  • Trauma First Aid sidebar with crisis hotlines, grounding exercises, safety planning
  • Multi-agent telomere analysis pipeline
  • Health checkup with lab report parsing

v2.0.0 — Android App

10 Apr 06:13

Choose a tag to compare

Teloscopy v2.0.0 — Android App

What's New

  • Complete Android companion app built with Jetpack Compose, Material 3, and Hilt DI
  • Facial analysis — take a selfie or pick a photo for biological age estimation
  • Profile-only analysis — enter age, sex, ancestry, and genetic variants for disease risk + nutrition
  • Disease risk cards — colour-coded risk levels with probability bars and recommendations
  • Personalised nutrition — calorie targets, key nutrients, and multi-day meal plans
  • Dark-cyan OLED theme — optimised for modern displays

Backend Improvements (included)

  • Recalibrated biological age estimation — pre-blur cheek patches, tighter ±15 year clamp
  • NaN sanitization for all float fields in facial profile response
  • Python 3.9 StrEnum compatibility fix

Installation

  1. Download teloscopy-v2.0.0-debug.apk below
  2. Enable "Install from unknown sources" on your Android device
  3. Install the APK
  4. Start the Teloscopy backend on your server/PC
  5. Configure the server URL in app Settings (default: http://10.0.2.2:8000/ for emulator)

Requirements

  • Android 8.0 (API 26) or higher
  • Teloscopy backend running and accessible

Note

This is a debug build. For Play Store distribution, a signed release build is required.