Skip to content

coqui-ai/coqui-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

897324d · Jan 22, 2023

History

28 Commits
Jul 19, 2022
Jan 22, 2023
Jan 19, 2023
Jun 14, 2022
Jan 19, 2023
Jun 14, 2022
Jan 19, 2023
Jun 14, 2022
Jul 15, 2022
Jun 14, 2022
Jun 14, 2022
Jan 19, 2023
Jan 19, 2023

Repository files navigation

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