Skip to content

This is a simple project to demonstrate how to build a simple Flask RESTful API with Docker-Compose.

Notifications You must be signed in to change notification settings

Cool-Cooler/CoolInference

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoolInference

This is a project to build a docker image for object detection using Flask RESTful API with Docker-Compose.

Requirements

To build this project you will need Docker and Docker Compose.

Deploy and Run Locally

After cloning this repository, you can type the following command to start the simple app:

make install

Then simply visit localhost:5000 !

Deploying in Amazon ECR

This project is configured with an "GitHub CI" action to build and push the docker image to Amazon ECR. Set the repository secrets AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY with AWS access credentials to setup this automatic workflow.

About

This is a simple project to demonstrate how to build a simple Flask RESTful API with Docker-Compose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.7%
  • Makefile 19.1%
  • Dockerfile 9.2%