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.
- Node.js and NPM installed.
- OpenAI account and API key.
- Sox installed.
-
Clone the repo.
git clone [email protected]:racso-dev/gpt-scribe-assistant.git
-
Install PNPM.
npm install -g pnpm
-
Navigate to the project folder.
cd gpt-scribe-assistant -
Install the dependencies.
pnpm install
-
Fill in your OpenAI API key in the .env file.
cp .env.example .env
To launch the application, run the following command:
pnpm start <meeting_context_file_path>