Skip to content
View DavidShableski's full-sized avatar

Block or report DavidShableski

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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, 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
davidshableski/README.md

Hello, I'm David

I’m a dual major in Computer Science and Mathematics with a minor in Artificial Intelligence. I have a strong passion for technology and problem-solving, and I enjoy using analytical thinking to tackle complex challenges and build practical solutions.

Skills

Skill Highlight Project
Multi-Agent Systems & Orchestration MRASR – Multistep Reasoning Agent
LLM Evaluation & Benchmarking LLM Evaluation Framework
RAG Pipelines (Local/Offline) LLM PDF AnalyzerMovie Review Q&APizza Review Bot
ML & Model Interpretability Weather Image Classifier (TensorFlow + Grad-CAM)
Data Science & Statistical Modeling OBP Prediction Project
Algorithms & Data Structures TreesAlgorithm Optimization
Web Development & Simulations Timer Diffusion

Tools & Technologies

Languages & ML

Frameworks & Systems

Developer Tools

Other

Featured Projects

Popular repositories Loading

  1. davidshableski davidshableski Public

  2. timer-diffusion timer-diffusion Public

    Interactive particle diffusion simulation using JavaScript - demonstrates random walk algorithms, statistical variance calculations, and real-time data visualization for understanding stochastic pr…

    HTML

  3. trees trees Public

    Java Binary Search Tree with CRUD operations and tree traversal algorithms - educational data structures project

    Java

  4. weather-image-classification weather-image-classification Public

    95% accurate weather image classifier with TensorFlow and Grad-CAM. Demonstrates production ready ML skills: transfer learning, data augmentation, interpretability, and error analysis.

    Jupyter Notebook

  5. algorithm-optimization algorithm-optimization Public

    Interactive JavaScript implementation of core sorting algorithms (Quicksort, Mergesort, Heapsort) and pathfinding algorithms (A*, Dijkstra) with browser-based visualization and console output.

    HTML

  6. obp-prediction-project obp-prediction-project Public

    Statistical model predicting MLB player OBP using weighted historical averages, feature engineering, and performance validation

    JavaScript