Jaqpotpy Torch Inference is a web server designed to run pretrained PyTorch models and return inference results. This server provides a simple API to perform predictions using your pretrained models.
- Load and run pretrained PyTorch models.
- Expose a RESTful API for inference requests.
git clone https://github.com/ntua-unit-of-control-and-informatics/jaqpotpy-torch-inference.git
cd jaqpotpy-torch-inference
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py