My Services
Explore some of my services and proof-of-concepts that try to make every day tasks easier for the every day person.
A tool to identify places to eat, visit, itinerary generation and travel tips generation. The natural language processing in the input fields uses OpenAI gpt-4o, and the relevant information for destinations is retrieved using Google Cloud Maps API and Google Cloud Geocoding API. The backend is built using Node.js, the frontend is built using React, and the app is hosted on Google Cloud Platform using App Engine.
HeroCoach
An activity analyzer that displays a form of health and lifestyle related questions, which is then formatted into a prompt and retrieves health scores and suggestions for the user. Built using Python and hosted on Google Cloud Platform using App Engine.
Law Student Helper
A comprehensive tool POC for a law student that can be converted for other student and educational uses. A user is able to enter in a prompt, topic or document to receive formatted information regarding the topic. The documents are converted to text, even from scanned and picture formats, using Google OCR tools, and the tool is built using Python, hosted on Google Cloud Platform using the Compute Engine.
AskMD
A medical search tool leveraging OpenAI apis from the gpt-4o model. Leverages a customly trained classifier model trained on 2+ million question/answer pairs. Built using Python and hosted on Google Cloud Platform, with data stored in Firebase.
Code Migrator and Test Case Generator
A code migrator tool that leverages OpenAI gpt-4o to take code and upgrade it to any specified version, useful for company code migration efforts. Tool also takes code and creates unit test cases for the code in any language required. Built using Python and hosted on Google Cloud Platform using the App Engine.
HeroCare
A symptom diagnoser tool that leverages OpenAI apis from the gpt-4o model to take user-generated inputs and inserts it into a pre-formatted prompt to identify health symptoms and diagnoses. Built using Python and hosted on Google Cloud Platform using the Compute Engine.
Solar
A speech-to-text tool that allows a user to speak about any topic, which is then stored in AWS S3 buckets, translated to text using the Amazon Transcribe, and then passed to OpenAI through the gpt-4o model to identify clarity, pacing and more from the text. Authentication tools are configured via Firebase Auth. Built using Python and Hosted on Google Cloud Platform using the App Engine.
Financial File Analyzer
Lesson Plan Generator
A lesson planning tool for students and teachers that provides customized lesson plans or study guides for any topic/age group. Built using OpenAI gpt-4o and Python and hosted on Google Cloud App Engine.
A financial file analyzer that leverages the Spring AI framework. The uploaded pdf is parsed and passed to the OpenAI gpt-4 model, which then determines what kind of financial file it is. The tool also analyzes the file to see which, if any, fields are empty in the form and gives suggestions, based on context, on how to finish the financial form. The app is hosted on Google Cloud App engine.