TorchServe GUI
Project description
TorchMenu
A simple streamlit web application to manage your model deployment with TorchServe. It is designed to tap into your currently deployed TorchServe instance using its APIs.
Current features include:
- View loaded models, including their versions and metrics
- Model management: load, unload, and delete models
- Show and edit the server
config.properties
file
Installation
pip install torchmenu
Development
git clone https://github.com/williamcorsel/TorchMenu.git
cd TorchMenu
pip install -e .[dev]
pre-commit install
Usage
To launch the application, run the following command:
torchmenu
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
torchmenu-0.1.1.tar.gz
(10.1 kB
view details)
Built Distribution
torchmenu-0.1.1-py3-none-any.whl
(11.6 kB
view details)