ISSUE_KEYWORDS = [ "registration_queue", "audio_issue", "visual_issue", "overcrowding", "bad_food", "cold_food", "stale_food", "food_shortage", "temperature_issue", "navigation_problem", "app_crash", "wifi_issue", "power_outage", "projector_malfunction", "lighting_problem", "stage_glitch", "long_wait_time", "safety_concern", "security_issue", "emergency_event", "delayed_session", "missing_speaker", "no_water", "no_seating", "restroom_issue", "volunteer_unavailable", "lost_and_found_problem" ] [ "excited", "inspired", "grateful", "happy", "engaged", "impressed", "relieved", "energized", "welcomed", "satisfied", "amused", "comfortable", "entertained", "motivated", "encouraged", "cheerful", "amazed" ] [ "bored", "annoyed", "frustrated", "confused", "disappointed", "overwhelmed", "unsafe", "ignored", "lost", "exhausted", "uncomfortable", "disrespected", "panicked", "scared", "angry", "dissatisfied", "embarrassed", "misguided", "stressed", "anxious" ] curl -X POST http://localhost:8000/analyze-batch \ ─╯ -H "Content-Type: application/json" \ -d {' "texts": [ "Brooo the queue was wild 💀 waited like forever just to get in.", "I had to wait forever.", "A BOMB HAS BLASTED NEAR THE SWIMMING POOL", "Music slapped tho ��🔥" ] }' curl -X POST http://localhost:8000/analyze-batch \ ─╯ -H "Content-Type: application/json" \ -d '{ "texts": [ "Brooo the queue was wild 💀 waited like forever just to get in.", "A BOMB HAS BLASTED NEAR THE SWIMMING POOL", "Music slapped tho ��🔥" ] }'