Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 295 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 295 Bytes

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