flowpoint

Results 8 comments of flowpoint

the functionality is basically available. deepspeech delivers decent accuracy, but with a very general language model, plausible but incorrect sentences happen. i recommend: you refit kenlm on a specific corpus...

no, but retraining Kenlm is well documented (generating an external scorer / custom scorer) and the logic of interpreting the recognized tokens would be custom to a usecase (what to...

based on the above, i bolted together a dirty example. no guarantees. https://gist.github.com/flowpoint/0643f7239920387e0de8e335fdbd18dd Gistdirty example to use go-orbitdb eventlogdirty example to use go-orbitdb eventlog. GitHub Gist: instantly share code, notes,...

I think we could maybe expose the cost to the user and mostly pass the payment through to the cloud providers. Then we could take a affiliate fee for innovating....

I indexed the whole pile once with Elasticsearch, i needed 1.2 TB for the index, it took 3 days on 4 cores 32GB ram. Single queries took on the order...

Atm. we tend towards using pytest through github actions. We want some sample input data and the target output data, for each Processor. One current way, would be to use...

Parquet through pyarrow would be quite good. I want to use it between processing steps also anway.