Skip to content

atomic14/meeting-note-taker

Repository files navigation

Cloning

Make sure to clone recursively to get the whisper.cpp submodule

git clone --recursive [email protected]:atomic14/meeting-note-taker.git

Setup the python app

brew install portaudio
python -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt

Build whisper.cpp

cd whisper.cpp
make clean
WHISPER_COREML=1 make -j

Download the whisper model

  • To ensure coremltools operates correctly, please confirm that Xcode is installed and execute xcode-select --install to install the command-line tools.
cd whisper.cpp
bash ./models/download-ggml-model.sh  medium.en
./models/generate-coreml-model.sh medium.en

Running

Create a .env file with the following content:

OPENAI_API_KEY=<<YOUR OPENAI API KEY>>
. ./venv/bin/activate
python note-taker.py

About

A very simple meeting note taker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages