Skip to content

LatentDream/watson.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Watson.ai ๐Ÿ”Ž | Meeting Recorder & Summarizer

Easily record and extract the most important information from your meetings!

Download the app here

Supported platform: MacOS, Windows

  • The app and not signed, you will need to allow the app in the security settings of your OS.

Watson.ai was original developed as an internal tool to help me record and summarize the endless stream of meetings. Previous version are not public but I'm planning to continue development here and make it available to everyone! :)

API token needed:

Enter your API token in the app settings to use the transcription feature.

  1. AssemblyAI: link
  2. OpenAI API: link
  3. Optional Affinity API: link

Disclaimer:

Please be aware that recording meetings without consent may not be legal in all regions. By using Watson.ai for meeting recording and summarization, you acknowledge and agree that it is your responsibility to comply with all relevant laws and regulations regarding recording conversations. The developer of Watson.ai provides no legal guarantees or assurances regarding the legality of recording meetings in your jurisdiction. The use of Watson.ai is at your own risk, and the developer accepts no liability for any misuse or legal consequences arising from the use of the application.

App Demo

Recording Meeting


Development

  • Website
  • Sign the app
  • Refactor Frontend code + convert to shadcui
  • Integrate screen capture kit to cpal to have a commun interface instead of conditional compilation
  • Store API key in keychain

FFMPEG Binary needed as it is bundle with the app

Add you platform here:

src-tauri/bin/ffmpeg-aarch64-apple-darwin
src-tauri/bin/ffmpeg-x86_64-apple-darwin
src-tauri/bin/ffmpeg-x86_64-pc-windows-msvc.exe

Tips: which ffmpeg to find the path of your ffmpeg binary and cp /path/to/ffmpeg /path/to/watson/src-tauri/bin/ffmpeg-{{platform}}

Start App

npm install
cargo tauri dev
cargo tauri build

Quick link

  • Auto-update docs
  • Async process in Rust + communication with webview link