Skip to content

aafuni/trunk-transcribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

trunk-transcribe

Add this to your normal trunk-recorder script: "uploadScript": "/usr/local/bin/transfer_call.sh"

Add the transfer_call.sh (modified as needed to the above directory)

radio-run.py runs on the computer with the NVIDIA GPU, it is set up for a Windows machine

You will need to set:

CONFIGURATION:

WATCH_DIR = r"YOUR STORAGE DIRECTORY"

ARCHIVE_DIR = r"DIRECTORY FOR PROCESSED FILES"

MODEL_SIZE = "turbo"

NODE_RED_URL = "YOUR NODE RED IP"

My storage directory and the archive directory are both on the same NAS disk.

The Node Red server is running in a seperate proxmox machine, the json is included You will need to set your Webhooks. I have 2, one that uploads everyting, and then one that uploads only ones matching keywords. In my applciation now, all ICE related triggers.

About

Stack to take Trunk-Recorder audio logs, archive them to a storage device, then process with Whisper on a 5070 into text files, then send to Node Red for upload to discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors