I've been doing sentiment classification to train a ChatGPT model as a hobby-project. Using a script to format the completions made it quite tedious/slow to go back and complete the output in my code editor.<p>To solve that (and for a reasonable excuse to play with Next.js + Tailwind CSS) I made this! I decided to share it here for fun.<p>Quick Stats:<p>Time spent: ~15 hours
Technologies: Next, Tailwind, ChatGPT for help with Tailwind.
Fun had: Lots.
I have definitely felt the pain of doing manual classification. I’m not sure how much time it would save though. I’ve also split up tasks like this so it might be more helpful with multiplayer support.<p>Bonus points for shipping it in a weekend.