Wav2letter: How to use wav2letter@anywhere in production?

Created on 20 Nov 2020  路  5Comments  路  Source: flashlight/wav2letter

Question

How do I use wav2letter@anywhere as a library?

Is there any example on how to deploy this in production? The pipeline example showcases w2l inference, but I assume this is not what you would want to use when you're building say an API.

I'm having trouble figuring this out myself since I'm new to Cmake.

question

All 5 comments

Same question. Can't find clear guide about how to easily create and train model and use wav2letter to create an API

Ok, but how do I consume wav2letter@anywhere as a library? I just want to add it to my executable right now. Like pip install torch. The build structure is sort of complicated with how the inference part depends on wav2letter libraries but not wav2letter itself.

@nihiluis: There is no pip install equivalent for wav2letter++. It is a collection of C++ utilities that you would have to put together to create, say a streaming REST API. You can take a look at inference examples to understand how some of these utilities have been put together to create streaming ASR examples.

Ok. Reading the wav2letter@anywhere blog post I was expecting an API instead of a collection of utilities.

I think I'll try to make a small example on how to consume w2l on a rest endpoint.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JanX2 picture JanX2  路  5Comments

bill-kalog picture bill-kalog  路  4Comments

ghost picture ghost  路  5Comments

AvielNiego picture AvielNiego  路  6Comments

hajix picture hajix  路  4Comments