Contains work related to Containerizing NLP based Web application using FastApi - my learning from OReilly platform - Noah Gift Author
Note1: Download roberta-sequence-classification-9.onnx file from https://github.com/onnx/models/tree/master/text/machine_comprehension/roberta move the onnx file to location webapp/ folder
Note2: Docker image might require 2GB for up & running. Ensure you have enough space
Docker command to build image: docker build -t balajivenky06/fastapi-demo .