Giter Club home page Giter Club logo

0x77dev / meetingscribe Goto Github PK

View Code? Open in Web Editor NEW
41.0 1.0 1.0 243 KB

MeetingScribe is an AI-driven command-line tool designed to streamline your meeting experience by handling transcription, translation, and note-taking. Effortlessly generate accurate translation/transcription in English from audio file. Additionally, the tool intelligently creates meeting notes, summaries, and identifies action items.

Home Page: https://medium.com/@0x77dev/enhancing-meeting-efficiency-with-meetingscribe-the-ai-powered-meeting-transcription-translation-730fa08d29b9

License: MIT License

Dockerfile 4.41% Makefile 0.59% Python 94.99%
meeting-notes meetings openai student-tool llm summarization

meetingscribe's Introduction

MeetingScribe

MeetingScribe is an AI-driven command-line tool designed to streamline your meeting experience by handling transcription, translation, and note-taking. Effortlessly generate accurate translation/transcription in English from audio file. Additionally, the tool intelligently creates meeting notes, summaries, and identifies action items.

Prerequisites:

  1. Specify OpenAI API Key:
export OPENAI_API_KEY=<your-openai-api-key>
  1. Install FFmpeg

Installation:

using pip
pip install meetingscribe
using docker
export OPENAI_API_KEY=<your-openai-api-key>

docker run -it -e OPENAI_API_KEY=$OPENAI_API_KEY ghcr.io/0x77dev/meetingscribe --help

Usage:

meeting [OPTIONS] COMMAND [ARGS]...

Options:

  • --install-completion: Install completion for the current shell.
  • --show-completion: Show completion for the current shell, to copy it or customize the installation.
  • --help: Show this message and exit.

Commands:

  • interactive: Chat for answering questions based on the...
  • process: Transcribe (and optionally translate to English) audio file into SRT file
  • srt2txt: Transform SRT file to TXT file
  • summarize: Generate meeting summary, notes, and...

meeting interactive

Chat for answering questions based on the provided SRT file

Usage:

meeting interactive [OPTIONS]

Options:

  • --input-srt-file TEXT: [default: output.srt]
  • --model TEXT: [default: gpt-3.5-turbo]
  • --temperature FLOAT: [default: 0.5]
  • --help: Show this message and exit.

meeting process

Transcribe (and optionally translate) audio file into SRT file Translation will translate from source language to English

Usage:

meeting process [OPTIONS] INPUT_AUDIO_FILE

Arguments:

  • INPUT_AUDIO_FILE: [required]

Options:

  • --output-srt-file TEXT: [default: output.srt]
  • --source-language TEXT
  • --segment-length INTEGER: [default: 600000]
  • -y, --yes: Skip confirmation prompt
  • --model TEXT: [default: whisper-1]
  • --help: Show this message and exit.

meeting srt2txt

Transform SRT file to TXT file

Usage:

meeting srt2txt [OPTIONS]

Options:

  • --srt-file TEXT: [default: output.srt]
  • --output-file TEXT: [default: output.txt]
  • --help: Show this message and exit.

meeting summarize

Generate meeting summary, notes, and action items from SRT file

Usage:

meeting summarize [OPTIONS]

Options:

  • --input-srt-file TEXT: [default: output.srt]
  • --output-summary-file TEXT: [default: output.md]
  • -y, --yes: Skip confirmation prompt
  • --model TEXT: [default: gpt-3.5-turbo]
  • --help: Show this message and exit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.