maritaca-ai / maritalk-api

Code and documentation for the MariTalk API
https://docs.maritaca.ai
MIT License
244 stars 12 forks source link

Add download and start commands #62

Closed hugoabonizio closed 5 months ago

hugoabonizio commented 5 months ago

This PR adds 2 commands to this package:

$ python -m maritalk.download --license <LICENSE> --path maritalk-small
$ python -m maritalk.start --license <LICENSE>

They're useful for helping the user manage the executable and not depending on a Python console. They're also intended to use in a Docker documentation I'm working on.