BERT_as_serverless_service
BERT_as_serverless_service copied to clipboard
BERT model as a serverless service

Serve PyTorch model as an API using AWS + serverless framework
BAAS - BERT As A Service, here we will be deploying a trained BERT model using serverless infrastructure. The above BERT model is used to classify user daily transaction logs to the following classes.
Food, Transport, Bills, Shopping. Credit
Model building
Note: upload the processed.csv file, which the training data
Serving Model using Lambda + serverless framework
Architecture

API results

Tutorial
For complete tutorial please read my medium blog