Giter VIP home page Giter VIP logo

meeting-minutes's Introduction

Automated Meeting Minutes Generator

Description

This project is a powerful tool that harnesses the of OpenAI's Whisper ASR and GPT-4 models to automate the process of generating meeting minutes from audio recordings, as well as text summary and key point extraction.

This Python-based application transcribes audio, provides summaries, extracts key points and action items, and performs sentiment analysis.

Requirements

You should have a basic understanding of Python and an OpenAI API key. You can get an API key here. This project was built using Python 3.11.5.

Create a virtual environment and install the requirements:

python -m venv venv
source venv/bin/activate
pip install openai
pip install python-docx
pip install python-dotenv

Add your OpenAI API key to the .env file.

Usage

  1. Transcribe Audio with Whisper ASR. Refer to transcription.py
  2. Summarize and Analyze Transcript with GPT-3. Refer to sentiment_analysis.py
  3. Extract Key Points and Action Items. Refer to sentiment_analysis.py
  4. Generate Meeting Minutes. Refer to meeting_minutes.py
  5. Save Meeting Minutes as a Word Document. Refer to save_as_docx.py

Optimization and Further Considerations

  • Improve the accuracy of the Whisper ASR model by training it on a custom dataset.
  • Experiment with prompt engineering to enhance model performance.
  • Customize the system messages to provide more context to the GPT-4 model for better results.

License

MIT

Refereces

meeting-minutes's People

Contributors

nickmezacapa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.