Hacker News new | ask | show | jobs
by ur-whale 1466 days ago
> I am not sure, what can be more simple than 1 LOC invocation + minimal imports.

Let me make it "embarrassingly simple" for you:

    /bin/bash text_to_speech.sh file.txt file.wav
Also, I'm not entirely sure what "out of scope" mean?

Do you mean you run your software on computers that can't run bash?

Do you develop machine learning algorithms on your phone?

1 comments

> Do you mean you run your software on computers that can't run bash?

It is explicitly stated, that PyTorch is the only real requirement. Bash is not required, i.e. models can be run on Windows or ARM with PyTorch.

> Also, I'm not entirely sure what "out of scope" mean?

There was no tangible benefit in making a bash CLI for us.