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.
# 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
In a chromium browser (Chrome, Brave, Edge).
- Navigate to: chrome://extensions.
- Enable developer mode
- Click
Load unpacked
- Select the
ui/build
folder. - Go to the extension menu (🧩), and click pin (📌).