Single Label Classification with HuggingFace on a Django website
I would like to classify articles into categories on a Django website. The classification is based on the textual contents, and will be in one of N categories. The fulltext of the article is stored in a Django object, say of type Article.
The flow is...
naveed11.hashnode.dev3 min read