Skip to content

Releases: 23wc01/ReCapAI

v2.0.0

31 Dec 03:10
48bd4fc

Choose a tag to compare

  • 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

27 Dec 00:03

Choose a tag to compare

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