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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
llSourcell avatar

llSourcell/Doctor-Dignity

0
View on GitHub↗
3,827 stars·414 forks·Python·Apache-2.0·7 vues

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.

Historique des stars

Graphique de l'historique des stars pour llsourcell/doctor-dignityGraphique de l'historique des stars pour llsourcell/doctor-dignity

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Doctor Dignity

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Doctor Dignity.
  • ymcui/chinese-llama-alpaca-2Avatar de ymcui

    ymcui/Chinese-LLaMA-Alpaca-2

    7,136Voir sur 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
    Voir sur GitHub↗7,136
  • runanywhereai/runanywhere-sdksAvatar de RunanywhereAI

    RunanywhereAI/runanywhere-sdks

    8,781Voir sur 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
    Voir sur GitHub↗8,781
  • cactus-compute/cactusAvatar de cactus-compute

    cactus-compute/cactus

    5,363Voir sur 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
    Voir sur GitHub↗5,363
  • pytorch/executorchAvatar de pytorch

    pytorch/executorch

    4,296Voir sur 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
    Voir sur GitHub↗4,296
Voir les 30 alternatives à Doctor Dignity→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de llsourcell/doctor-dignity ?

Les fonctionnalités principales de llsourcell/doctor-dignity sont : 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.

Quelles sont les alternatives open-source à llsourcell/doctor-dignity ?

Les alternatives open-source à llsourcell/doctor-dignity incluent : 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…