Skip to content

racso-dev/gpt-scribe-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT Scribe Assistant

This application automates the creation of meeting summaries. It records the audio of a meeting, transcribes the audio into text, and then generates a summary from the transcribed text. This is achieved using OpenAI's API for transcription and text generation.

Prerequisites

  • Node.js and NPM installed.
  • OpenAI account and API key.
  • Sox installed.

Installation

  1. Clone the repo.

    git clone [email protected]:racso-dev/gpt-scribe-assistant.git
  2. Install PNPM.

    npm install -g pnpm
  3. Navigate to the project folder.

    cd gpt-scribe-assistant
  4. Install the dependencies.

    pnpm install
  5. Fill in your OpenAI API key in the .env file.

    cp .env.example .env

Usage

To launch the application, run the following command:

pnpm start <meeting_context_file_path>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published