coqui-ai / STT

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
https://coqui.ai
Mozilla Public License 2.0
2.27k stars 275 forks source link

Package STT wasm for npm publishing #2272

Closed reuben closed 2 years ago

reuben commented 2 years ago

Clone of #2265 since I don't have access to push to @ccoreilly's remote.

reuben commented 2 years ago

@ccoreilly looks like something is wrong with the test in CI: https://github.com/coqui-ai/STT/runs/7554185149?check_suite_focus=true

How did you run it locally? Feel free to push changes to this PR.

ccoreilly commented 2 years ago

@reuben @Dexterp37 thanks for fixing the CI issues. I inadvertently committed jest.config.js... I'm glad it passes now and hope to see it published on npm soon! I'll try to make time to contribute an example with webpack to stt-examples

Dexterp37 commented 2 years ago

@reuben @Dexterp37 thanks for fixing the CI issues. I inadvertently committed jest.config.js... I'm glad it passes now and hope to see it published on npm soon! I'll try to make time to contribute an example with webpack to stt-examples

My pleasure :) You did the heavy lift here :)