Skip to content

Latest commit

History

History
37 lines (27 loc) 路 911 Bytes

README.md

File metadata and controls

37 lines (27 loc) 路 911 Bytes

Verbosey

Assembly-AI Hackathon project 馃摙

Team: devpost.com/software/verbosey

Chrome extension to record audio from a tab, transcribe it and summarize it. Be on top your meetings with Verbosey, get real time transcription and meetings notes.

Setup

# To build the extension:
cd ui
npm install
npm run build

# If you want to run your own backend (optional):
cd backend
# Add your Assembly API key to the .env file
npm install
npm run prod
# If above does not work on Windows try
npm install typescript

Install extension

In a chromium browser (Chrome, Brave, Edge).

  1. Navigate to: chrome://extensions.
  2. Enable developer mode
  3. Click Load unpacked
  4. Select the ui/build folder.
  5. Go to the extension menu (馃З), and click pin (馃搶).