Commit Graph

26 Commits (mike/chat-no-end-time)

Author SHA1 Message Date
Mike Lang dde7696877 buscribe: Work with no end time
Mike Lang ff8475dc48 Disable type registration when buscribe connects to the DB
Because those types don't exist in the buscribe DB.
Mike Lang 834d27c17d Add buscribe to docker-compose
Mike Lang d5caace905 Move buscribe/buscribe to buscribe/ and everything else to buscribe-remainder/
And make buscribe buildable using ./build
Mike Lang bcf585776e buscribe: Download models as part of build process
Mike Lang ee5e23b2bb Delete buscribe professor
The professor system for annotating the data was never fully finished and isn't needed
for our purposes. We can always resurrect it later, but for now it's easier to just get rid of it.
Mike Lang 2d40893825 Move buscribe-web to top level
Mike Lang e758418f76 buscribe-api: Move from buscribe/ to top level and add to ./build
Mike Lang 54a97c2d01 buscribe-api: Remove VTT support
This is unused, and it was using get_best_segments to work out the actual segment time range,
which is the only thing in buscribe-api that requires actual access to segments.
Mike Lang 961bc56fd4 buscribe: Use wubloader's version of common instead of an old copy
None of the apis it uses has changed, so no changes required
except for having the dockerfiles take the full wubloader repo as build context.
Mike Lang ea0e84f476 Add 'buscribe/' from commit 'fbb6c4dca07ace89eab39f789537bd0f694c77eb'
git-subtree-dir: buscribe
git-subtree-mainline: e923853ca8
git-subtree-split: fbb6c4dca0
Matija Rezar fbb6c4dca0 current stat dump
HeNine 22cf34641b Cosmetics
HeNine c0b334695a time-related unbusening, cont.
HeNine 022c271e07 time-related unbusening
HeNine 61c69db72f more waiting
HeNine 090037f261 End of segments weirdness
HeNine 2f4189bc31 One more database fix
HeNine cc49374096 Change start time priority to make database take priority
HeNine 50c4d8a096 Final result sometimes has no content (if segments are missing after silence?)
HeNine 6f90149d41 Database reference fix and model fetching
HeNine f072ca8016 Channel option added for .
Run multiple instances with different databases for multiple channels.
HeNine 341b22a3ef Full voice model
HeNine 11164271b2 Gap handling fixed
HeNine fdb3f034cc Graceful stop for transcription
HeNine 9de8883175 First functional* version.