Skip to content
View sleepsonrockss's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report sleepsonrockss

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
sleepsonrockss/README.md

Hey, I'm Animesh

4th year Computer Science & Statistics student at the University of Alberta, with a passion for Reinforcement Learning, Machine learning, Computer vision, and building things that actually solve real problems. I love the intersection of math and code whether that's training neural networks, deriving statistical models, or rendering 3D scenes from scratch in C.

When I'm not at my desk, I'm probably at a hackathon, on the soccer pitch, reading Dan Brown or supporting FC Bayern München.


What I Work With

Machine Learning & AI Python PyTorch TensorFlow scikit-learn OpenCV NumPy Pandas MLOps

App & Web Development Java Kotlin Android Studio React Node.js TypeScript HTML/CSS

Data & Stats R SPSS tidyverse ggplot2 GLMs Power BI Microsoft Fabric

Cloud & Infrastructure AWS (EC2, S3) Google Cloud Firebase Docker GitHub Actions

Databases PostgreSQL MongoDB Firebase SQL


Projects

Project Description Stack
🌿 Farm Output Classification On-device blight detection for ~1000 farmers. Sub-second inference, reducing diagnosis from days to minutes. Python, TensorFlow, Firebase, REST API
🧠 Migraine Minder Detects early neurological migraine signatures from EEG data with 85% sensitivity, 2 hours before onset. Python, scikit-learn, NumPy, Pandas
🚗 TrafficVisionRT Real-time traffic object detection at 93% accuracy and ~30ms latency using optimized YOLO/SSD models. PyTorch, OpenCV
🎟️ LuckySpot App Lottery-based event management app with auditable randomized selection for 100+ users. Java, Kotlin, Firebase
🎨 3D Renderer Ray tracer built from scratch in C - no libraries, just vectors, math, and geometry. C
📘 Facebook Clone Static front-end clone of Facebook's UI. HTML, CSS, JS
💼 LinkedIn Clone Static front-end clone of LinkedIn's UI. HTML, CSS

Courses I've Enjoyed

  • CMPUT 328 - Visual Recognition (Deep Learning)
  • CMPUT 365 - Reinforcement Learning ❤️
  • CMPUT 301 - Software Engineering
  • STAT 437 - High Dimensional Data Analysis
  • STAT 378 - Probability & Stochastic

📬 Get In Touch

LinkedIn Email


"Do not go gentle into that good night." - also, Interstellar is the most perfect film out there.

Pinned Loading

  1. event-app event-app Public

    LuckySpot App Development CMPUT 301 Fall'25

    HTML 3

  2. DataFest DataFest Public

    End-to-end medical data analysis pipeline built at ASA DataFest covering data cleaning, feature engineering, time series imputation, and visualization across 7 datasets using Python and Pandas.

    Jupyter Notebook

  3. PotatoClassification PotatoClassification Public

    A Classification Project for Non-Blight & Blight Potato plants. This is a type of fungus which affects the leaves of plants and our application tells our users(mainly farmers) whether their crop is…

  4. Data-Structures-Algorithms Data-Structures-Algorithms Public

    A personal collection of LeetCode solutions focused on building a strong foundation in core Computer Science concepts and problem-solving patterns.

    C++

  5. 3DRenderer 3DRenderer Public

    A ray tracer built from scratch in C, sphere intersection, vector math, and shading with no external libraries.

    C

  6. MigraineMinder MigraineMinder Public

    A machine learning app that detects early neurological signatures of migraine onset using EEG biomarkers. Flags migraines on average 2 hours before onset, helping reduce acute care visits.

    Python 2