DEV Community

Rohan Singh
Rohan Singh

Posted on

A simple zero shot classification app

Alt Text

Created an app to to zero shot classification using huggingface 🤗 library.

In this app, I created a simple streamlit app to try out the zero-shot-classification pipeline provided by HuggingFace.

Please take a look at the code here

https://github.com/ygivenx/zero-shot-classifier-app

Or try it yourself by running

Make sure your docker memory is set to over 6GB.
docker pull ygivenx/zero-shot-app
docker run -it -p 8501:8501 ygivenx/zero-shot-app

Top comments (0)