jotron / CNN_Deploy

Quickly deploy CNN Models as a microservice and present them to your friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

# Easiest installation is with pipenv, 
# Alternatively check dependencies in Pipfile manually.
git clone https://github.com/jotron/CNN_Deploy/
cd CNN_Deploy
pipenv install

# Fill in corresponding Information in modelDefinition.json
# Place saved model in /models
pipenv run python app/server.py serve

*Checkout the result in your local network or on your computer.

Based on Pytorch-Serving.

About

Quickly deploy CNN Models as a microservice and present them to your friends

License:MIT License


Languages

Language:Python 42.7%Language:HTML 24.3%Language:JavaScript 19.8%Language:CSS 13.2%