This app demonstrates the PyTorch Text Classification Neural Network trained in the Made With ML API Lesson. The model was trained with categorized news headlines.
The model returns a list of categories and the probability that the text is in the category.
Generate model prediction results with our REST API.