convert_pytorch_model.py: converts the given model to onix
server.py:main serverfile which will be used
test.py: test inference code
test_banana.py : file used to test banana deployment
This repo gives a framework to serve ML models in production using simple HTTP servers.
Follow the quickstart guide in Banana's documentation to use this repo.
(choose "GitHub Repository" deployment method)
Understand the 🍌 Serverless framework and functionality of each file within it.
Generalize this framework to deploy anything on Banana.