text-classifier / README.md
Aruna Ramasamy
Add instructions for Docker image usage
af6e249

Text Classifier

This repository hosts a zero-shot text classification model.

Running the Docker Image

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