pedrohbtp / pytorch-zappa-serverless

Basic structure to deploy a pytorch microservice using AWS Lambda and zappa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-ai

Basic structure to deploy an AI project with flask

Structure of Repository

  • install_all.sh : Script to install all dependencies
  • main.py: Contains all the logic
  • models/*: Contains all the trained models

How to run

  • bash run.sh

The script will start the flask server

About

Basic structure to deploy a pytorch microservice using AWS Lambda and zappa

License:MIT License


Languages

Language:Python 96.0%Language:Shell 4.0%