Synopsize is a desktop application built using Python's custom tkinter library. It is a meeting summarizer that summarizes the audio or text of the meeting to provide a brief summary. This application can also summarize any text file. The summary text is formatted well and includes accurate summaries to make it easy to understand.
- Support for .mp3 and .wav files
- Download summary for retention
- Live Recording
- Formatted file with date, time, and title
To install and use the application, you need to have Python and pip installed, custom tkinter, and ffmpeg. Follow the below steps for installation:
-
Install Python and pip on your computer.
-
Install the custom tkinter library.
-
Install ffmpeg.
-
Download the Synopsize repository from GitHub.
-
Open the terminal in the downloaded directory.
-
Run the following command to install the required packages:
pip install -r requirements.txt
After installing the required packages, you can run the application using the following command:
This will open the Synopsize application on your desktop.
To use the application, follow these steps:
- Open the Synopsize application.
- Click on the "Browse" button to select the audio file or text file that you want to summarize.
- Select the "Live Recording" option to record a live meeting.
- Click on the "Summarize" button to get the summary of the meeting or file.
- You can download the summary by clicking on the "Download" button.
This application is developed by Sarah, Altaf, Abhigyaan, and Amisha.
We would like to thank our professor and classmates for their valuable feedback and support during the development of this project.