Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transcription interface #168

Closed
shuttle1987 opened this issue Jun 3, 2018 · 3 comments
Closed

Transcription interface #168

shuttle1987 opened this issue Jun 3, 2018 · 3 comments

Comments

@shuttle1987
Copy link
Member

Right now Model.transcribe works on taking the files specified in the experiment directory and transcribes them.

I'd like to make some sort of an API that will process files to be transcribed without having to hit the filesystem to find the parameters. This would mostly make the web API easier.

Specifically I'd like to be able to pass in the paths for the audio to be transcribed in the batch and also an output path.

@oadams
Copy link
Collaborator

oadams commented Jun 4, 2018

If you take a look at the decode() function in the same module that is not a Model method, that is the future: You specify the model and the files to be transcribed. It doesn't currently specify an output path but that can be changed or implemented in a wrapper function.

@shuttle1987
Copy link
Member Author

I feel like this has been done now as of the work in PR #197 that fixed issues with the standalone transcribe function. (Feel free to re-open this issue if there was anything missing in that PR with regards to closing this issue)

@oadams
Copy link
Collaborator

oadams commented Oct 30, 2018

Agreed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants