A streamlit based application that creates minutes of the meetings (MoMs) with summary, discussion points, and action times in real time using ChatGPT API. It can also do the same using meeting transcripts.
Currently under development, feel free to contribute. 🤝
demo.mp4
- Install requirements with
pip install -r requirements.txt
- Export your OpenAI API key
export OPENAI_API_KEY='XXXXX'
- Download neccessary nltk tokenizer
python -c 'import nltk; nltk.download("punkt")'
- Run the app
streamlit run app.py
The app should open up automatically in your default browser.