Skip to content

pyaf/MoM-GPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoM GPT! 🤗

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

Installation 🛠️

  1. Install requirements with pip install -r requirements.txt
  2. Export your OpenAI API key export OPENAI_API_KEY='XXXXX'
  3. Download neccessary nltk tokenizer python -c 'import nltk; nltk.download("punkt")'
  4. Run the app streamlit run app.py

The app should open up automatically in your default browser.

References

  1. https://blog.devgenius.io/creating-meeting-minutes-using-openai-gpt-3-api-f79e5fc15eb1
  2. https://openai.com/
  3. https://github.com/streamlit/streamlit

About

An application that helps you summarize your meetings in real time using OpenAI's ChatGPT APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages