Flag Scan
While scrolling TikTok, I came across a video giving AI advice. The video showed how to upload your WhatsApp chat to ChatGPT to detect “green flags” in conversations.
That inspired me to create this project, but instead of ChatGPT, I used Gemini’s API, which offered a million free tokens. It was interesting figuring out how to make Gemini respond the way I wanted, especially since it didn’t support JSON responses directly, so I had to manually parse the output.
I learned how to structure effective prompts and how to handle cases where the API lacks the features I need. It taught me how to creatively parse and process responses to make everything work smoothly.