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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·18 views

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.

Star history

Star history chart for llsourcell/doctor-dignityStar history chart for llsourcell/doctor-dignity

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Doctor Dignity

These projects share indexed features with Doctor Dignity. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ymcui/chinese-llama-alpaca-2ymcui avatar

    ymcui/Chinese-LLaMA-Alpaca-2

    7,136View on 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
    View on GitHub↗7,136
  • runanywhereai/runanywhere-sdksRunanywhereAI avatar

    RunanywhereAI/runanywhere-sdks

    8,781View on 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
    View on GitHub↗8,781
  • cactus-compute/cactuscactus-compute avatar

    cactus-compute/cactus

    5,363View on 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
    View on GitHub↗5,363
  • pytorch/executorchpytorch avatar

    pytorch/executorch

    4,296View on 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
    View on GitHub↗4,296
Compare all 30 related projects→

Frequently asked questions

What does llsourcell/doctor-dignity do?

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.

What are the main features of llsourcell/doctor-dignity?

The main features of llsourcell/doctor-dignity are: 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.

Which projects share features with llsourcell/doctor-dignity?

Projects with overlapping indexed features include: 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…