bhavishjagani/MLTicketClassifier ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Java app that can classify support tickets into the right category based on the text of the ticket.
I want it to feel like a working end to end project, so if there is no real app logic yet, set up a clean starter version that can train on sample ticket data, make predictions, and be easy to run locally. If it makes sense, include a small API or command line way to send in a ticket and get back a predicted label.
Make sure it works with Maven and can be started with Docker too. I’d like the project to be organized cleanly, with sensible defaults, basic error handling, and a few tests so I can see that it works. If you need to look up current docs online for anything, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit