Very excited to share the first public release of Airtime! 🎉
Airtime is a Python package designed to provide insights into meeting transcripts. It reads in a transcript file, calculates word totals for each speaker, and generates statistics about the overall meeting.
Key features of this first release (v1.0.0) include:
- Support for transcript files from Zoom and Microsoft Teams meetings
- The extraction of speech information for all speakers
- The calculation of word totals for both each speaker and the overall meeting
- The presentation of key meeting statistics, including total number of speakers and their individual spoken contributions to the meeting
- Exception handling to ensure smooth operation
- A testing suite to verify package functionality and reliability
To get started, visit the [README.md](https://github.com/jcontd/airtime/blob/main/README.md) file for documentation on setting up and using Airtime. Feedback and contributions are welcome.