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.

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
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. multi-agentic-prompt-refiner multi-agentic-prompt-refiner Public

    Multi-agent AI system using CrewAI and Flask that transforms rough ideas into production-ready LLM prompts through intelligent orchestration of specialized agents with local/cloud model support

    HTML 2

  2. multistep-reasoning-agent-with-state-and-recovery multistep-reasoning-agent-with-state-and-recovery Public

    Production style autonomous agent framework in Python + React that plans multistep tasks, persists state with SQLite, and recovers from failures using exponential backoff retry logic. Includes real…

    Python 2

  3. restaurant-review restaurant-review Public

    Local RAG chatbot that answers questions about pizza restaurant reviews using LangChain, Ollama, and Chroma vector database - fully offline with no API dependencies

    Python 1

  4. davidshableski davidshableski Public

  5. 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

  6. trees trees Public

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

    Java