Vehicle Maintenance Ticket Priority Classifier

Classifies vehicle maintenance issues as Low, Medium, or High priority using an XGBoost model.

REST API

Send a POST request to /predict:

curl -X POST "https://<your-hf-username>-vehicle-priority-classifier.hf.space/predict" \
  -H "Content-Type: application/json" \
  -d '{"issue_text": "Brakes are making a grinding noise"}'

Response:

{"priority": "High"}

UI

Visit /ui for the interactive Gradio interface.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support