top of page

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)

Screenshot 2024-11-22 at 9.25.28 AM.png

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.

Screenshot 2024-11-24 at 10.01.41 PM.png

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)

Screenshot 2024-11-24 at 5.33.41 PM.png
bottom of page