Developed a comprehensive Learning Management System using Tkinter and MySQL, featuring secure user authentication, course and assignment management, grade tracking, and attendance monitoring.
Check Out my GitHub
To-do App
Date: 8 May, 2024
Library: Tkinter
Developed a user-friendly to-do application using Tkinter and Python, with persistent storage in a text file.
Users can add, update, and mark tasks as completed through an intuitive interface.
Check Out my GitHub
FlashCards
Date: 10 Mar, 2024
Library: Tkinter, Pandas
Developed a dynamic flashcard application using Tkinter and Python, featuring two CSV files for managing flashcards.
right button removes word-definition pair from "words to learn" file, ensuring no repetition; cross button flips card for definition display without removal; next button smoothly transitions to next flashcard
Users can navigate through flashcards using intuitive controls, such as arrow keys or buttons, allowing for effortless review of content.
Check Out my github
Basic Snake game
Date: 17 Feb, 2024
Library: Turtle Graphics
Developed an engaging game leveraging Turtle graphics, where players control a snake to consume food and progressively increase its length.
Implemented collision detection mechanisms to ensure the snake's survival.
Designed scoring mechanics to incentivize players to achieve higher scores.
Check Out my github
Simple Messaging System using Stacks
Date: 12 Jan,2024
Developed a menu-driven messaging application utilizing stack data structures, allowing users to seamlessly manage messages
Users can delete individual messages, add new messages, and access the latest or all messages.
Leveraged stack data structures to prioritize the latest messages, enabling users to stay updated with recent conversations
Check Out my github
Geospatial Analysis on NASA Global Land Data
Date: 2 May, 2024
Technology: Python | Library: Xarray
Utilized xarray for efficient processing and analysis of multidimensional climate datasets.
Conducted spatial and temporal analysis to identify significant climate trends and anomalies
Created visualizations to compare climate variables across different years, highlighting key environmental changes.
Utilized Python libraries to preprocess, explore, and visualize key insights
Demonstrated expertise in data preprocessing techniques
Applied advanced analytical methods such as grouping, aggregation, and filtering within Pandas to derive meaningful insights.
Check Out my github
Airbnb Database Analysis
Date: 26 Mar, 2024
Technology: MySQL | Tools: PowerBI, Excel, Exclidraw
Designed a comprehensive database schema for an Airbnb clone project using SQL, encompassing tables such as users, property, host, booking, and more.
Included sample SQL queries for basic data retrieval and manipulation tasks within the project documentation.
Check Out my github
Terminal Style Personal Website
Date: 16 July, 2024
Technology: HTML, CSS, Javascript
Simulates a terminal interface with JavaScript and CSS, featuring various interactive commands.
Includes sections for help, user information, skills, projects, and contact details.
Designed to be responsive, ensuring usability on both desktop and mobile devices.
Check Out my github
Profile Card
Date: 11 Jan, 2024
Technology: HTML, CSS
Implemented card flipping feature to engage users and reveal hidden details
Incorporated dynamic hover effects to add interactivity and visual appeal, enhancing user engagement and overall aesthetics.
Provided flexibility to personalize the card with user's name, role, education, and social media links
Check Out my github
Text to speech converter
Date: 27 Dec, 2023
Technology: HTML, CSS, Javascript
Effortlessly input text into the provided textarea for instant conversion
Personalize listening experience by choosing from a diverse range of voices available in the dropdown menu.
Experience immediate playback of your text with just a click of the "Listen" button, allowing for quick and convenient access to auditory feedback.
Check Out my github
Gift Reccomendation Website
Date: 27 Nov, 2023
Technology: HTML, CSS, Javascript
Created a visually engaging homepage with a captivating container of images and text, establishing a serene atmosphere
Enhanced user interaction by incorporating a heart button below each gift recommendation.
Check Out my github
Land Resources Website
Date: 5 Nov, 2023
Technology: HTML, CSS, Javascript
Developed an informative website with sections on research findings, project highlights, and educational outreach, promoting awareness of sustainable land management.
Conducted extensive research to uncover exemplary sustainable land practices globally, ensuring a diverse and comprehensive showcase of impactful projects.
Created a comprehensive Medical Assistance System leveraging OpenAI's GPT-3.5 API and Langchain modules for accurate predictions and recommendations.
Empowered users with personalized healthcare insights by analyzing symptoms, severity, and patient details to predict diseases, suggest remedies, recommend hospitals, and estimate treatment costs and duration.
Implemented sequential chains to process user inputs, providing seamless integration of multiple AI models for a cohesive user experience.