You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personal project involving a Java Spring Boot API, Flask microservice, and TypeScript front end.
The Java API sends requests to a Flask service hosting a PyTorch fasterrcnn_resnet50_fpn_v2 computer vision model. This is deployed on an EC2 instance with its own Route 53 domain.
This was originally deployed on Heroku as a TypeScript/Express.js application, using Amazon API Gateway to expose a lambda to send requests to a SageMaker endpoint. I have refactored the project as this endpoint was costing roughly $50 a month.
Can accept both an image URL or an uploaded image from one's computer. It sends binary data to the lambda/ PyTorch Model either way.