https://github.com/coqui-ai/coqui-py
Coqui CLI
https://github.com/coqui-ai/coqui-py
Last synced: 6 months ago
JSON representation
Coqui CLI
- Host: GitHub
- URL: https://github.com/coqui-ai/coqui-py
- Owner: coqui-ai
- License: apache-2.0
- Created: 2022-06-28T14:35:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T21:55:06.000Z (over 2 years ago)
- Last Synced: 2025-04-02T17:11:12.107Z (7 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 10
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Coqui CLI
🐸CLI lets you use our services programmatically.
## Documentation
Usage documentation available at [coqui-py.readthedocs.io](https://coqui-py.readthedocs.io/).
## Development
```bash
$ 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
```