|
|
|
|
|
by kkielhofner
1303 days ago
|
|
For what's it worth my approach has been running a tweaked whisper-asr-webservice[0] behind traefik behind Cloudflare. Traefik enables end to end SSL (with Cloudlare MITM, I know) and also helps put the brakes on a little so even legitimate traffic that makes it through Cloudflare gets handled optimally and gracefully. I could easily deploy your express + node code instead (and probably will anyway because I just like that approach more than python). Anyway, I'll be making an issue soon! [0] - https://github.com/ahmetoner/whisper-asr-webservice |
|