Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 628 Bytes

File metadata and controls

7 lines (4 loc) · 628 Bytes

Scalable image classification with ONNX.js and AWS Lambda

This project shows how to build a scalable image classifier on AWS using ONNX.js and the serverless framework. ONNX is an open-source standard that serialises models. If you are not familiar with ONNX, feel free to check out my introduction article to ONNX: Portability between deep learning frameworks - with ONNX.