Skip to content

Latest commit

 

History

History
40 lines (39 loc) · 1.47 KB

README.md

File metadata and controls

40 lines (39 loc) · 1.47 KB

AI21 Speech Recording Chrome Extension

This Chrome Extension uses AI21 API to take down meeting minutes from recording your meetings

Features

  • Record speech during meetings or videos
  • Store recordings in a Redis database
  • Get precise meeting minutes

Installation

  1. Clone this repository or download it as a ZIP file
  2. Extract the ZIP file (if downloaded as ZIP)
  3. Open Google Chrome and navigate to chrome://extensions/
  4. Enable Developer Mode by clicking the toggle switch on the top right corner of the page
  5. Click on "Load unpacked" and select the extracted folder of this extension
  6. The extension should now be installed and ready to use!

Usage

  1. Click on the extension icon in the top right corner of the browser
  2. Select "Start Recording"
  3. The extension will start recording your speech
  4. Click on "Stop Recording" when you're done
  5. The recording will be saved in the Redis database
  6. You can now ask any questions related to the recording by clicking on "Ask a Question" and typing in your question

Credits

This Chrome Extension uses the following technologies:

  • AI21 API
  • Redis database, Flask Server
  • HTML, CSS, JavaScript
  • Google Chrome Extension