hayabhay / frogbase

Transform audio-visual content into navigable knowledge.
https://frogbase.dev
MIT License
781 stars 95 forks source link

Feature Request: Import Transcripts #39

Open YMan84 opened 1 year ago

YMan84 commented 1 year ago

Hello, thanks for this awesome project!

I've been working on transcribing a podcast that I listen to with Whisper.cpp and have about 2k worth of hours transcribed already. Is there any way to easily import my pre-existing transcriptions into Whisper-ui?

Maybe have the app scan for new directories in the media folder? It would be easy to copy data to it and rename the files to the format that is currently used.

hayabhay commented 1 year ago

This should be do-able. It would require a crawl of the directory & updating the database on startup. Will try to lump this in with my next update!