GrizzScribes

Inspiration

As University Students, we really wanted to make something dedicated to helping Oakland University Students to be able to do better and be more efficient in their education. From this, we decided to build a study tool to help convert our notes & class material to an easily readable/studyable format.

What it does

Our web app is like a converter - we take in all types of files ranging from recorded videos to PDF documents to Powerpoint presentations and convert it into a downloadable markdown document & study flash cards that students can use to help them study.

How we built it

OCR = Optical Character Recognition Acceptable file types: mp3,mp4,pdf,docx,doc,pptx,txt files.

Development Process

We took in the common file types and used a library called Apache Tika and Open AI's Whisper model to convert all these file types into a text file. From here, we used the ChatGPT api to convert it into MD notes and a JSON file for questions and answers. Then, going in on to our front-end, we dynamically create a new MD file with the MD notes, link it to the downloadable link, and dynamically use the JSON file to make the flash cards.

What's next for Grizzscribes?

I've got to say, overall grinding out this hackathon overnight, we made a great effort building and debugging everything, there were a few features that we wanted to implement that we were not able to get to. Some of these features are:

  • Voice generated notes
  • Login Feature to store past notes
  • Different note-taking models (hugging face's library took too long to convert)
  • Turning the web into an executable application

Built With

Share this project:

Updates