Pranav
I have compiled this timeline to showcase key milestones, achievements, and projects that have shaped my career.
To be updated.
Developed a real-time news summarization system with an efficient workflow: a cron job initiates AWS Lambda, which utilizes Gemini AI for news processing and stores summaries in DynamoDB. The Briefly app, built with Next.js/React, provides user access to the content. Implemented Okta Auth0 for secure authentication and introduced personalized content recommendations to enhance user engagement.
Built a dynamic delivery system where users select drop coordinates via a Next.js frontend, which scans the network for available drones using GET requests. Each drone, equipped with a Raspberry Pi running Flask, validates and receives coordinates via REST API. Missions are loaded through Mavlink, with range limitations ensuring safety and efficiency.
Achieved the AWS Solutions Architect - Associate certification. Valid until 2027.
Built an app for the AMD contest that enables users to adjust screen brightness and device volume using hand gestures. The app, powered by MediaPipe, operates in two phases: a calibration phase for gesture setup and a working phase for real-time control. It offers a hands-free, intuitive user experience through gesture recognition.
Developed an image caption generator using a custom-trained LSTM model with the Flickr5k dataset. The backend is built with Flask, and the frontend uses Bootstrap for a responsive UI. The app generates captions for uploaded images, and files are automatically deleted after a few minutes for privacy and storage management.