Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.43 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.43 KB

cmd-f my voice.

cmd-f my voice. is a tool to help you easily find keywords in recordings. Students can upload recorded lectures, study sessions, or any audio files of their choice. When you enter a keyword, timestamps of each occurence of the word in the audio is listed so that you can quickly jump to that moment in the file.

Why?

This tool was made with student convenience in mind. Parse through up to an hour of lecture within seconds, saving more time for actual studying!! Organize your notes, pinpoint areas of confusion, or jump quickly to relevant or key ideas.

How?

cmd-f my voice. uses Google Cloud Storage API to store the user-uploaded file and the Google Speech-to-Text API to transcribe audio files into text and extract the timestamps of all occurrences of the keyword.

Try me!

Watch a video: https://www.useloom.com/share/98f200623c2241778f8d924e11759d07

npm install

npm start

Try typing a word you want to find. Press "Find Words". Look in your console for the timestamps and transcript!

Website

Acknowledgements

We acknowledge the many resources provided by the online community, including W3Schools and StackOverflow. We would also like to thank the mentors, volunteers, organizers, and sponsors of cmd-f 2019.