Skip to content
View guptadevagya's full-sized avatar

Block or report guptadevagya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
guptadevagya/README.md

πŸ‘‹ Hello!

I'm Devagya Gupta, a Computer Science, Data Science, and Entrepreneurship student at the University of Wisconsin-Madison. I'm passionate about transforming complex data into insightful stories and intelligent applications using Machine Learning and Data Analysis. You'll find a mix of my academic projects and personal explorations in data and AI here. Feel free to explore, contribute, or reach out if you’d like to collaborate!


🧰 Technologies & Tools

πŸ’» Languages

🎨 Front-end

βš™οΈ Back-end

πŸ› οΈ Productivity


🌱 Currently Exploring

Right now, I'm diving deep into the world of distributed systems and big data. My focus is on mastering tools to build scalable, real-time data pipelines and analytics solutions.


πŸ“ˆ GitHub Stats

GitHub Stats Top Languages


🌐 Let’s Connect


Pinned Loading

  1. open-lambda/open-lambda open-lambda/open-lambda Public

    An open source serverless computing platform

    Go 997 139

  2. weather-data-service weather-data-service Public

    A fault-tolerant service for retrieving time-series weather data, featuring an optimized schema, automated metadata preprocessing, and scalable multi-container deployment for improved reliability.

    Python

  3. waffle-game waffle-game Public

    A Java Swing-based puzzle game inspired by Wordle, where players unscramble six intersecting words on a waffle-shaped grid by swapping letters within a limited number of moves.

    Java

  4. ClimateTrends-LakeMendota ClimateTrends-LakeMendota Public

    This project predicts ice coverage days on Lake Mendota using historical data. We analyze trends, create visualizations, adjust the data for accuracy, and use gradient descent to improve our model.

    Python

  5. Scheduler Scheduler Public

    An optimization tool that assigns students to work shifts while balancing workloads and minimizing uncovered time slots. Built with Python and linear programming (PuLP) for efficient scheduling.

    Python

  6. ShortestFlightPath ShortestFlightPath Public

    Flight Router is an app that finds the shortest flight path between two airports using Dijkstra's algorithm. It displays airports and flights as nodes and edges in a graph. Users can load data from…

    Java