Skip to content
View Kapeilaash's full-sized avatar

Highlights

  • Pro

Block or report Kapeilaash

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
Kapeilaash/README.md

Header banner

Hi 👋, I'm Kapeilaash

Typing subtitle

Profile views   GitHub followers


🧠 About Me

I am an AI undergraduate at the University of Moratuwa, Sri Lanka. I care about turning messy real-world problems into systems that are accurate in the lab and reliable when deployed.

  • 🎓 University of Moratuwa — AI-focused coursework and projects
  • 🧠 Machine learning & computer vision — detection, tracking, risk prediction
  • ⚙️ Real-time systems — WebSockets, live alerts, low-latency pipelines
  • 🚀 Production-minded AI — APIs, containers, reproducible experiments
  • 📫 Email: koneswarankapeilaash@gmail.com
  • 🐙 GitHub: @Kapeilaash

Currently exploring: scalable backends with FastAPI, interactive frontends with React, and CV stacks around YOLO and classical vision tooling.

Animation

⚡ Visual break

Divider animation


🛠️ Tech I use

Python TypeScript FastAPI React PyTorch TensorFlow OpenCV Docker MongoDB


📊 GitHub snapshot

GitHub stats Top languages


🚀 Featured projects

📍 Real-Time Asset Tracking System

End-to-end style project focused on where things are and what happens when they move—suited for campuses, warehouses, or mixed indoor/outdoor sites.

+ Indoor + outdoor tracking with a unified mental model
+ YOLO-style object detection for reliable visual cues
+ WebSocket channels for real-time alerts to dashboards or clients
+ Geofencing rules (enter / exit / dwell) for safety and logistics
+ Designed as a real-time intelligent system, not a batch-only demo

AI-assisted health risk awareness app: users enter metrics (e.g. age, BMI, blood pressure) and get early signals for conditions such as diabetes—built with the FARM mindset (FastAPI, React, MongoDB).

+ Full-stack workflow: API + persistent storage + UI
+ Clear input forms for structured health metrics
+ Model-driven predictions surfaced in the product layer

Stroke risk assessment from patient-style health parameters using deep learning, with emphasis on interpretable inputs and model iteration in notebooks.

+ Neural models trained on tabular / clinical-style features
+ Jupyter-centric experimentation and evaluation
+ Framed as an intelligent decision-support style pipeline

Rain vs. no-rain (or similar classification) from meteorological features—classic ML baseline through to stronger models, documented in notebooks.

+ Feature-driven ML on weather-related data
+ Notebook-first storytelling: EDA → model → metrics
+ Practical forecasting-style problem formulation

Agent-based simulation of a smart microgrid in Python with Mesa: solar, wind, batteries, consumers, and mobile maintenance agents, used to study emergent behavior and resilience.

+ Multi-agent modeling (not a single monolithic simulator)
+ Heterogeneous actors: generation, storage, demand, maintenance
+ Visual layers that highlight coupling and “butterfly effect” style dynamics

Notebook- and pipeline-oriented work that pushes a data science project toward repeatable runs and deployable artifacts—bridging experiment and operations.

+ MLOps-flavored structure on top of DS workflows
+ Experiment tracking, packaging, or deployment-oriented steps (per repo)
+ Good fit for portfolio storytelling around production AI

🔷 NOLIMIT

TypeScript project (fork / collaboration track) complementing the Python-heavy side of the profile—useful for typed frontends, tooling, or full-stack glue.

+ TypeScript codebase for typed, maintainable UI or services
+ Pairs well with FastAPI + React stacks in other repos

📚 More on GitHub

All repositories


🤝 Let’s connect

If you’re working on computer vision, real-time systems, or ML in production, feel free to reach out by email or open an issue on a relevant repo.

Footer

Popular repositories Loading

  1. INTELLIGENT-MULTI-AGENT-BASED-MICROGRID-ENERGY-MANAGEMENT-SYSTEM INTELLIGENT-MULTI-AGENT-BASED-MICROGRID-ENERGY-MANAGEMENT-SYSTEM Public

    Agent-based smart microgrid simulation built with Python Mesa. Models solar, wind, battery, consumers, and mobile maintenance agents while visualizing the Butterfly Effect. Shows how small failures…

    Python 1

  2. NOLIMIT NOLIMIT Public

    Forked from KovinthKrishna/NOLIMIT

    TypeScript

  3. PredictCare PredictCare Public

    PredictCare is an AI-powered health risk prediction app built with the FARM stack. Users input health metrics like age, BMI, and blood pressure to get early predictions of conditions like diabetes …

  4. brain_stoke_prediction brain_stoke_prediction Public

    This project implements an intelligent Brain Stroke Prediction System that leverages deep learning algorithms to assess stroke risk based on patient health parameters

    Jupyter Notebook

  5. rainfall_prediction_system rainfall_prediction_system Public

    This project implements a machine learning-based rainfall prediction system that analyzes meteorological data to predict whether it will rain or not

    Jupyter Notebook

  6. MLOPS_Data_Science_Project MLOPS_Data_Science_Project Public

    Jupyter Notebook