coqui-ai / coqui-py

Coqui CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coqui CLI

🐸CLI lets you use our services programmatically.

Documentation

Usage documentation available at coqui-py.readthedocs.io.

Development

$ python -m pip install flit
# Below, -s means editable mode, symlinked. Using it lets you edit the code and
# test changes without having to reinstall the package.
$ python -m flit install -s
$ coqui --help
$ coqui login --help
$ # etc

About

Coqui CLI

License:Apache License 2.0


Languages

Language:Python 97.6%Language:Makefile 2.4%