Skip to content

Runs voice recognition & uploads results to Notion database

License

Notifications You must be signed in to change notification settings

roboslone/landline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

landline

A simple service that runs voice recognition on given files and uploads results to Notion database.
It's using Whisper for voice recognition.

Building

Replace <tag> with actual tag, e.g. 0.0.2.

docker build -f deploy/Dockerfile . -t roboslone/landline:<tag>
docker push roboslone/landline:<tag>

Running

In this example landline will process recordings from iCloud. Sharing is required.

docker run \
  -e LANDLINE_NOTION_TOKEN \
  -e LANDLINE_NOTION_DATABASE_ID \
  -v /Users/roboslone/Library/Group\ Containers/group.com.apple.VoiceMemos.shared/Recordings:/Recordings \
  -v /Users/roboslone/.cache:/root/.cache \
  roboslone/landline:0.0.3

About

Runs voice recognition & uploads results to Notion database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published