Feature: Transcription via aTrain integration#40
Merged
alessandrobelli merged 58 commits intomainfrom Jun 13, 2024
Merged
Conversation
Contributor
|
Got this error while trying to run docker: I'm not sure if it's related to atrain or not |
1. file is collected form frontend and saved in sources 2. source status for the audio is converting. file is then sent to atrain 3. after the file is received, create a new source status 'converted:txt' 4. set the audio source id to converted. Changed source converted attribute to use like to include more converted file types
Member
Author
|
@alessandrobelli I added a minimal documentation with build instructions to the service. Please check if it works now. |
Closed
- return false if not converted
- now you should see file converting on the UI - LINT
added 3 commits
June 5, 2024 14:36
- simple bash script to start queue workers and websocket server
- now user sees feedback on ui - you can download the source file you uploaded - secured routes
- now we delete the file from aTrain after we get the transcription - new icon for audio document - new button to retry the ATRAIN transcription
…ction definition (open-close)
- save html instead of txt - refactor Transcription job - delete audio file on successful trascription
…aTrain-integration
bugfix naming of rtf endpoints
alessandrobelli
approved these changes
Jun 13, 2024
Contributor
alessandrobelli
left a comment
There was a problem hiding this comment.
- approved proof of concept of aTrain, needs some improvements from UI and UX, but base is there.
Contributor
|
I'll merge so I can do the merge to main server now as for our timeline |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This implements a new transform service "aTrain" to integrate aTrain as our transcription service.
Warning: this introduces a tight coupling as we still haven't finalized the plugin specs. Later the service will be decoupled from the main system! (see #18).