Releases: 23wc01/ReCapAI
Releases · 23wc01/ReCapAI
v2.0.0
- Modified code so that program is compatible with OpenAI API as of Dec. 2023 (see recapai.py)
- Switched to implementing AssemblyAI API instead of WhisperAI for transcription (see transcribe.py)
- AssemblyAI allows for up audio totaling to 5 hrs/per month for transcription, thus, eliminating the need for audio-chunking for the average audio file
- Added pdf as type of file that recap can be outputted into (see output.py)
- Improved upon gradio interface so that recap can be outputted to multiple different file types (see gradioUI.py)
- Modularized overall code, included documentation & more clarifying comments
v1.0.0
Due to the short 2-day time limit at TigerHacks2023 https://mizzoutigerhacks2023.devpost.com/, the program could only create a recap for 1 specific audio file. Although that was enough to achieve 1st place in my category, there are definitely more improvements to be made.
*OpenAI has since updated its API, thus, I will also make code changes accordingly