Skip to content

dan-osull/python_cloud_api_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for PyMNtos - Twin Cities Python User Group talk "Deploy a Python API to the cloud", May 2024.

At the time of the talk, the API is available at https://cat.osull.com

Local development

Run with VS Code

Using .vscode/launch.json

Build with Docker

docker build --tag python_cloud_api_demo .

Run with Docker on port 8000

docker run -p 8000:80 python_cloud_api_demo

About

Deploy a Python computer vision API to the cloud. Code for talk given at Twin Cities Python User Group, May 2024.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors