Script to upload a model to the server given an authentication token.
pip install troyai
troyai.upload_model(model: Any, *, token: str, name: str='', description: str='', score: float=0.0, hostname: str=None) -> None
troyai.download_model(link: str) -> Any