Python, Flask, HTML, CSS, SQLite, OpenAI API | Associated with UC Berkeley
The goal of this project was to create a study aid for students. The website would take an MP4 or MP3 file as an input and using OpenAI’s whisper AI, it would convert the audio into a transcript. Using SQLite, the transcript would be sorted by name and be reflected as a stored file on the website. With this transcript, GPT-4 would create practice quizzes, practice exams, summaries, and flash cards per the user’s requests.
Currently we are working on merging the front end and back end branches together. The backend has been tested and it works as intended. Hopefully in the next upcoming weeks, there will be a program to be tested.