awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
llSourcell avatar

llSourcell/Doctor-Dignity

0
View on GitHub↗
3,827 estrellas·414 forks·Python·Apache-2.0·4 vistas

Doctor Dignity

Doctor-Dignity is a privacy-preserving medical AI framework designed to execute large language models and diagnostic reasoning tasks locally on edge hardware. It provides a local inference engine and retrieval augmented generation implementation that ensures sensitive health data remains offline by removing dependencies on external cloud servers and internet connectivity.

The project includes a medical fine-tuning framework for adapting base language models to specialized clinical domains using parameter-efficient methods. To enable execution on resource-constrained and mobile devices, it provides tools for quantized model deployment and weight compression.

The system covers clinical knowledge retrieval via local vector databases and private health data processing. It also includes capabilities for model serialization and the use of supervised fine-tuning and reinforcement learning to improve diagnostic accuracy.

Features

  • On-Device Inference Engines - Implements an optimized runtime for executing large language models locally on edge hardware to ensure data privacy.
  • Knowledge Retrieval Systems - Implements a knowledge retrieval system using local vector indices to access verified medical information offline.
  • Local Inference Engines - Ships a local execution environment for running medical language models and diagnostic tasks without cloud dependencies.
  • Local RAG Implementations - Provides a local implementation of retrieval augmented generation using private medical datasets and offline LLMs.
  • Medical Diagnostic Reasoning - Executes diagnostic reasoning tasks on private hardware to keep sensitive health data offline.
  • Model Quantization Frameworks - Provides a framework to reduce model size by converting weights into lower-precision formats for resource-constrained devices.
  • Local LLM Execution - Enables the execution of large language models on local hardware to ensure data privacy and offline availability.
  • Parameter Efficient Fine-Tuning - Utilizes parameter-efficient fine-tuning to adapt large language models to specialized clinical domains with minimal weight updates.
  • Offline-First Persistence - Implements an offline-first architecture for processing clinical datasets without requiring external internet connectivity.
  • On-Device Vector Databases - Ships an on-device vector database to perform private similarity searches for medical knowledge retrieval.
  • Privacy-Preserving Clinical Data AI - Implements a framework for secure, privacy-preserving AI workflows that keep sensitive clinical data entirely offline.
  • Private Data Processing Suites - Ensures patient confidentiality by performing all AI workflows and data processing within isolated local environments.
  • Fine-Tuning Toolkits - Provides a toolkit of scripts and methods for adapting base language models to specialized medical domains.
  • Quantized Model Deployments - Deploys models using low-precision weight formats to minimize memory requirements on edge GPUs and mobile devices.
  • Quantized Medical Models - Compresses large neural networks to enable efficient execution of medical AI on mobile and edge hardware.
  • Clinical Domain Adaptation - Supports training language models using supervised fine-tuning and reinforcement learning on medical datasets.
  • Mobile Model Serialization - Provides binary serialization formats to export neural network models for efficient execution on mobile and edge hardware.

Historial de estrellas

Gráfico del historial de estrellas de llsourcell/doctor-dignityGráfico del historial de estrellas de llsourcell/doctor-dignity

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Doctor Dignity

Proyectos open-source similares, clasificados según cuántas características comparten con Doctor Dignity.
  • ymcui/chinese-llama-alpaca-2Avatar de ymcui

    ymcui/Chinese-LLaMA-Alpaca-2

    7,136Ver en GitHub↗

    This project provides a Chinese large language model based on the LLaMA architecture. It is an instruction-tuned model optimized for natural language processing and multi-turn conversations in Chinese. The system includes a framework for parameter-efficient fine-tuning using low-rank adaptation and quantization to reduce memory requirements. It also implements retrieval augmented generation for local document question answering and supports long-context processing for sequences up to 64K tokens. The project covers a broad set of capabilities including supervised instruction tuning, reinforce

    Python64kalpacaalpaca-2
    Ver en GitHub↗7,136
  • runanywhereai/runanywhere-sdksAvatar de RunanywhereAI

    RunanywhereAI/runanywhere-sdks

    8,781Ver en GitHub↗

    This project is an on-device AI SDK providing a framework for running large language models, vision models, and speech models locally. It serves as an orchestration layer for local LLM execution, ensuring data privacy and offline availability by utilizing hardware acceleration on the device. The SDK is distinguished by its comprehensive voice and multimodal capabilities, including a coordinated voice pipeline for activity detection, speech-to-text, and text-to-speech synthesis. It also provides a dedicated implementation kit for local retrieval-augmented generation and tools for processing co

    C++androidapple-intelligencecpp
    Ver en GitHub↗8,781
  • cactus-compute/cactusAvatar de cactus-compute

    cactus-compute/cactus

    5,363Ver en GitHub↗

    Cactus is an on-device AI inference engine designed for executing large language models, vision models, and speech-to-text systems on mobile and wearable hardware. It provides a programmable tensor computation graph for defining sequences of matrix operations and activation functions, alongside a local retrieval augmented generation framework that grounds model responses using local text files. The project features a multiplatform SDK with language bindings for integrating AI capabilities into mobile applications and a model conversion system that transforms external model formats for optimiz

    C++aiandroidarm
    Ver en GitHub↗5,363
  • pytorch/executorchAvatar de pytorch

    pytorch/executorch

    4,296Ver en GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    Pythondeep-learningembeddedgpu
    Ver en GitHub↗4,296
Ver las 30 alternativas a Doctor Dignity→

Preguntas frecuentes

¿Qué hace llsourcell/doctor-dignity?

Doctor-Dignity is a privacy-preserving medical AI framework designed to execute large language models and diagnostic reasoning tasks locally on edge hardware. It provides a local inference engine and retrieval augmented generation implementation that ensures sensitive health data remains offline by removing dependencies on external cloud servers and internet connectivity.

¿Cuáles son las características principales de llsourcell/doctor-dignity?

Las características principales de llsourcell/doctor-dignity son: On-Device Inference Engines, Knowledge Retrieval Systems, Local Inference Engines, Local RAG Implementations, Medical Diagnostic Reasoning, Model Quantization Frameworks, Local LLM Execution, Parameter Efficient Fine-Tuning.

¿Qué alternativas de código abierto existen para llsourcell/doctor-dignity?

Las alternativas de código abierto para llsourcell/doctor-dignity incluyen: ymcui/chinese-llama-alpaca-2 — This project provides a Chinese large language model based on the LLaMA architecture. It is an instruction-tuned model… runanywhereai/runanywhere-sdks — This project is an on-device AI SDK providing a framework for running large language models, vision models, and speech… cactus-compute/cactus — Cactus is an on-device AI inference engine designed for executing large language models, vision models, and… pytorch/executorch — ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It… axolotl-ai-cloud/axolotl — Axolotl is a configuration-driven framework designed for the fine-tuning, evaluation, and quantization of large… hoper-j/ai-guide-and-demos-zh_cn — This project is a comprehensive learning resource and set of demonstrations focused on large language model…