This repository hosts a zero-shot text classification model.
You can pull and run the Docker image using the following commands:
docker pull arunaramm7/text-classifier:latest docker run -p 5000:5000 arunaramm7/text-classifier:latest