IdeaCredIdeaCred

natharmatron/MediSight.AI

43

๐Ÿ’ป๐Ÿ”’ A local-first full-stack app to analyze medical PDFs with an AI model (Apollo2-2B), ensuring privacy & patient-friendly insights โ€” no external APIs or cloud involved.

What's novel

๐Ÿ’ป๐Ÿ”’ A local-first full-stack app to analyze medical PDFs with an AI model (Apollo2-2B), ensuring privacy & patient-friendly insights โ€” no external APIs or cloud involved.

Code Analysis

6 files read ยท 3 rounds

A local FastAPI application that loads a 2B-parameter LLM (Apollo2-2B) to extract text from medical PDFs and generate patient-friendly summaries, risk assessments, and recommendations via prompt engineering, with a simple chat interface for follow-up questions.

Strengths

The frontend is clean and well-organized with proper error handling and UX states. The backend correctly implements a local-first approach with sensible prompt design for medical report analysis.

Weaknesses

No tests exist, the code hardcodes CUDA device usage, uses a global in-memory dict for context (no multi-user support), and includes a completely unrelated gini.py file. The README has broken URLs throughout and the core 'AI' logic is entirely delegated to a pre-trained model with no custom algorithms.

Score Breakdown

Innovation
4 (25%)
Craft
39 (35%)
Traction
11 (15%)
Scope
43 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+0
Concept Novelty+1

Craft

Ci-3
Tests-5
Polish+0
Releases+3
Has License+0
Code Quality+12
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+0
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+3
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+3
Languages+5
Subsystems+5
Bloat Penalty+0
Completeness+6
Contributors+6
Authored Files+4
Readme Code Match+3
Architecture Depth+3
Implementation Depth+8

Evidence

Commits

5

Contributors

2

Files

8

Active weeks

2

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

2

Forks

0

License

โ€”