Developed an AI-powered flashcard system that generates study flashcards based on user-provided prompts using the OpenAI API (GPT-4o).
Integrated Firebase to manage and store user data and flashcard collections efficiently.
Implemented a tiered subscription model with payment integration using Stripe API, offering both a standard and premium package with varying flashcard limits.
Created secure user authentication and account management features using the Clerk API.
Customer Support AI Bot | OpenAI, Next.js, React.js, Node.js:
GitHub Link:
Developed an AI-powered customer support system allowing users to message and receive automated responses.
Integrated the OpenAI API to handle natural language processing and generate dynamic responses to user inquiries.
Utilized Node.js for backend development to manage API requests and real-time data processing.
Developed a comprehensive web application to calculate daily calorie and protein intake based on user inputs.
Utilized a local Node.js server to handle user data, process calculations, and return personalized nutritional goals.
Implemented user-friendly interfaces with HTML and CSS for smooth interaction and data input.
Ensured secure and efficient data handling with Express.js, body-parser, and CORS.
Leveraged HTTP protocol to facilitate client-server communication, allowing seamless data transfer between the frontend and backend for real-time calorie and protein calculations.
Macro Calculator Program | C++:
GitHub Link:
Created a program that calculates the user's recommended daily calories based on user inputs like gender, height, weight, goal, and activity level.
Implemented a Male and Female class to accurately calculate.
Message Key Decryption Program | C++:
GitHub Link:
This program imports a key file that contains a grid of numbers representing the ASCII chart which is used to get a message from the user by the user entering x y coordinates for whichever character they need, entering an encrypted message.