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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Zackriya-Solutions avatar

Zackriya-Solutions/meeting-minutes

0
View on GitHub↗
12,757 Stars·1,355 Forks·Rust·MIT·7 Aufrufemeetily.ai↗

Meeting Minutes

This project is a self-hosted meeting transcription and summarization tool that converts audio recordings into text transcripts and structured notes using large language models. It functions as an enterprise meeting documentation manager, allowing for the organization and editing of timestamped records.

The system prioritizes data privacy through local-first processing and the ability to deploy on private infrastructure. It supports a provider-agnostic architecture, enabling users to connect to local AI engines, self-hosted servers, or cloud-based API endpoints for both transcription and summarization.

The platform covers a broad range of capabilities, including multilingual speech-to-text, real-time audio capture of system and microphone sounds, and hardware-accelerated transcription. It features a template-driven system for generating consistent summaries, role-based access control for team management, and tools for exporting content to PDF, Word, and Markdown formats.

Security is handled through data-at-rest encryption and frameworks for regional data compliance such as GDPR and HIPAA.

Features

  • Audio Transcription - Converts live or recorded audio into text transcripts using local AI models or cloud-based API endpoints.
  • Meeting Summarization - Provides AI-driven generation of concise meeting notes and action items from audio transcripts.
  • AI Model Configurations - Provides interfaces for configuring AI model parameters and API keys based on privacy needs.
  • AI Provider Integrations - Integrates with both local and cloud AI model providers via API keys and server endpoints.
  • Real-Time Transcription - Captures and converts live audio from microphones and system sounds into transcripts instantaneously.
  • Transcription APIs - Integrates with third-party cloud APIs to provide high-speed and high-accuracy audio transcription.
  • Self-Hosted Server Integration - Connects to OpenAI-compatible transcription servers on local networks to ensure data privacy.
  • Transcript Management Systems - Organizes timestamped meeting records for teams using role-based access control and structured export options.
  • LLM Provider Integrations - Standardizes communication across diverse local and cloud-based LLM and transcription endpoints.
  • Self-Hosted Summarizers - Provides an on-premise application for processing meeting audio into notes while keeping data within private infrastructure.
  • Template-Based Summaries - Produces structured meeting summaries using configurable templates for consistent formatting.
  • Speech-to-Text Integrations - Provides an interface for managing audio imports and configuring connections to local or cloud transcription providers.
  • Meeting Data Management - Provides tools for processing, storing, and managing timestamped meeting transcripts and recordings with speaker attribution.
  • Multilingual Processing - Provides speech-to-text processing across various global languages and regional dialects.
  • Local Data Processing - Processes audio and text locally on the user's hardware to maintain data privacy and sovereignty.
  • Model Imports - Enables the import of specialized transcription models from online repositories with format validation.
  • Transcript Editors - Provides a text editing interface for refining and correcting transcription results with real-time highlighting.
  • Local LLM Configurations - Supports connectivity to self-hosted LLM servers to ensure data processing remains on private infrastructure.
  • Multilingual Speech-to-Text - Processes audio across different languages and dialects to generate accurate text records.
  • On-Device Models - Executes transcription using on-device models to ensure audio data never leaves the local machine.
  • Prompt Templates - Uses predefined prompt templates to guide AI models in producing consistently formatted summaries.
  • Transcription Refinement Pipelines - Allows re-processing audio using different models and providers to refine the accuracy of existing transcripts.
  • Team Collaboration Management - Coordinates organizational user access via centralized dashboards and directory integration.
  • Content Formats and Exporting - Exports meeting transcripts and summaries into Markdown, Word, and PDF formats while preserving structure.
  • On-Premise Deployment - Supports installation on-premise or within private clouds to ensure sensitive audio and transcription data remains controlled.
  • Self-Hosted Infrastructure - Runs transcription and summarization on private infrastructure to maintain data privacy and regulatory compliance.
  • System Audio Capture - Captures simultaneous system audio and microphone input with intelligent clipping prevention.
  • Encrypted Persistence - Protects sensitive meeting data using encryption at rest on local storage to prevent unauthorized access.
  • Data Residency Controls - Applies frameworks for GDPR, HIPAA, and NIS2 to ensure data residency and regional regulatory alignment.
  • Role-Based Access Control - Manages team visibility and user permissions through a centralized role-based access control system.
  • Summary Layouts - Allows users to define custom formatting structures for different meeting types to ensure consistent output.
  • Transcription Engine Adapters - Provides a pluggable architecture to switch between various speech-to-text engines and models.
  • Summary Template Management - Includes tools to create and organize custom structural templates for AI-generated meeting notes.
  • AI & Machine Learning - AI-based meeting note taker.

Star-Verlauf

Star-Verlauf für zackriya-solutions/meeting-minutesStar-Verlauf für zackriya-solutions/meeting-minutes

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Meeting Minutes

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Meeting Minutes.
  • koljab/realtimesttAvatar von KoljaB

    KoljaB/RealtimeSTT

    9,477Auf GitHub ansehen↗

    RealtimeSTT is a local speech-to-text engine and real-time automatic speech recognition server. It utilizes transformer-based recognition and omnilingual pipelines to convert live audio streams into text, providing a WebSocket-based streaming API for raw PCM audio transmission. The project is distinguished by a dual-backend transcription pipeline that uses a lightweight engine for immediate partial suggestions and a heavier model for final high-accuracy results. It includes a wake word detection system to trigger recording and employs a shared-resource inference model to distribute heavy spee

    Pythonpythonrealtimespeech-to-text
    Auf GitHub ansehen↗9,477
  • k2-fsa/sherpa-onnxAvatar von k2-fsa

    k2-fsa/sherpa-onnx

    13,017Auf GitHub ansehen↗

    Sherpa-ONNX is an ONNX-based speech processing toolkit that provides a local speech recognition engine, an on-device voice synthesis tool, and a speaker identification framework. It is designed as a cross-platform speech API that enables speech-to-text, text-to-speech, and speaker verification tasks to be executed locally on a device without requiring network access. The project is distinguished by its ability to perform zero-shot voice cloning and speaker diarization on-device. It supports a wide range of hardware accelerations, including GPU and various NPU architectures, and provides a Web

    C++aarch64androidarm32
    Auf GitHub ansehen↗13,017
  • modelscope/funasrAvatar von modelscope

    modelscope/FunASR

    18,481Auf GitHub ansehen↗

    FunASR is an automatic speech recognition toolkit and multilingual speech-to-text engine designed to convert spoken audio into written text across more than fifty languages. It provides a framework for speaker diarization, an OpenAI-compatible transcription API for local server hosting, and speech models compatible with the ONNX format. The project distinguishes itself by supporting high-performance inference on edge hardware via self-contained binaries and portable model exports. It incorporates specialized capabilities for natural speech generation with adjustable timbre and emotional expre

    Pythonasraudiochinese
    Auf GitHub ansehen↗18,481
  • helicone/heliconeAvatar von Helicone

    Helicone/helicone

    5,830Auf GitHub ansehen↗

    Helicone is an AI gateway and observability platform designed to intercept, manage, and monitor interactions with large language models. By acting as a reverse-proxy, it provides a centralized layer for routing requests across multiple AI providers, allowing developers to maintain consistent application logic while gaining deep visibility into model performance, usage, and costs. The platform distinguishes itself through a robust suite of traffic management and prompt engineering tools. It enables policy-driven control, including automatic failover between providers, rate limiting, and edge-b

    TypeScript
    Auf GitHub ansehen↗5,830
Alle 30 Alternativen zu Meeting Minutes anzeigen→

Häufig gestellte Fragen

Was macht zackriya-solutions/meeting-minutes?

This project is a self-hosted meeting transcription and summarization tool that converts audio recordings into text transcripts and structured notes using large language models. It functions as an enterprise meeting documentation manager, allowing for the organization and editing of timestamped records.

Was sind die Hauptfunktionen von zackriya-solutions/meeting-minutes?

Die Hauptfunktionen von zackriya-solutions/meeting-minutes sind: Audio Transcription, Meeting Summarization, AI Model Configurations, AI Provider Integrations, Real-Time Transcription, Transcription APIs, Self-Hosted Server Integration, Transcript Management Systems.

Welche Open-Source-Alternativen gibt es zu zackriya-solutions/meeting-minutes?

Open-Source-Alternativen zu zackriya-solutions/meeting-minutes sind unter anderem: koljab/realtimestt — RealtimeSTT is a local speech-to-text engine and real-time automatic speech recognition server. It utilizes… k2-fsa/sherpa-onnx — Sherpa-ONNX is an ONNX-based speech processing toolkit that provides a local speech recognition engine, an on-device… modelscope/funasr — FunASR is an automatic speech recognition toolkit and multilingual speech-to-text engine designed to convert spoken… helicone/helicone — Helicone is an AI gateway and observability platform designed to intercept, manage, and monitor interactions with… pipecat-ai/pipecat — Pipecat is a framework and software development kit for building real-time multimodal AI agents and speech-to-speech… kilo-org/kilocode — Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development…