My GenAI/ Python Apps
Here is a list of events where I have been invited to speak as an industry expert
Travel Guide App
How it works - The app allows the user to input a set of basic travel requirements based on which it prompts GPT and provides the user with seasonal information, along with a low budget, medium budget, and high budget plan broken down into hotel recommendation & cost, flight recommendation & cost, transport cost, food cost, and activity cost for the travel destination.
(FYI - enter you OpenAI API in line #7)
Kid's Math Quiz App
How it works - The app asks the user to solve basic math calculations across three difficulty modes - easy, medium, & hard, such that the questions run on a timer and each question has a weighted score based on difficulty level. If the user answers wrongly three consecutive times, the game ends and the user gets a final score. No GPT needed here.
Interactive Story-Telling App
How it works - The app lets users select a genre (e.g., horror) to kickstart a story generated by GPT, which can be read or narrated aloud using voice. Alongside the story, a relevant image is created using DALL-E. After the introduction, users can guide the story's progression by typing their input, which GPT uses to dynamically continue the narrative.
(FYI - Enter your OpenAI API in the code)