Skip to content

zhangjuliet/Scribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Scribe

Simplify lectures with Scribe, an audio transcription and summarization app!

Taking notes in class is hard. But with Scribe, you can sit back and focus on the lecture; let us do the transcribing and summarizing. Get accurate transcriptions of everything said and save time studying with our automatically-generated summaries of the important bits and key words.

Setup

To run this application, complete the following steps in your preferred IDE:

  1. Clone the repository and change into the appropriate directory:
git clone https://github.com/zhangjuliet/Scribe.git
cd scribe
  1. Install node dependencies:
npm install
  1. Replace process.env.REACT_APP_AAI_API_KEY in App.js with your AssemblyAI API key.
...
  authorization: <your_API_key>
...
  1. Run the app!
npm start

Credits

Created by Juliet Zhang for Venus Hacks 2022. Used AssemblyAI API and tutorials.

About

Lectures made easy - an audio transcription and summarization app powered by AssemblyAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors