Skip to content
View deaneeth's full-sized avatar
🚀
Consistency
🚀
Consistency

Highlights

  • Pro

Organizations

@BrainUsLK

Block or report deaneeth

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
deaneeth/README.md
Dineth – AI/ML + Robotics

Donate Portfolio Twitter LinkedIn Substack Medium

🧠 About Me

Computer Science undergrad focused on AI/ML and robotics - building small, fast systems at the edge and solid training/inference pipelines in the cloud. I like shipping useful demos more than collecting badges.

  • 🤖 Building AI/ML systems – from lightweight edge deployments to production-grade cloud pipelines with MLOps
  • 🔬 Currently exploring Deep Learning, Generative AI, and end-to-end MLOps workflows
  • 🛠️ Love combining software with hardware – IoT sensors, robotics, embedded systems, and real-time data
  • 🎯 Goal: Become an AI/ML Engineer with a strong focus on robotics and edge computing
  • 💡 Open to collaborations on impactful tech projects – let's build something cool together!

🚀 Featured Projects

Project Description Tech
Telco Churn MLOps Pipeline Production-grade MLOps pipeline for customer churn prediction with Kafka streaming & Airflow orchestration. 84.66% ROC-AUC, 8.2ms inference latency. Python MLflow Kafka Airflow Docker
Smart Beehive Monitor ESP32-based IoT system for real-time beehive monitoring with Firebase integration. Tracks temperature, humidity, bee activity, and weight. ESP32 IoT Firebase PlatformIO
Gait Authentication System Behavioral biometric authentication using walking patterns. Achieved 3.43% EER with 92.68% accuracy using multi-sensor fusion. MATLAB Deep Learning Signal Processing
TinyGPU Educational GPU simulator demonstrating SIMT architecture with per-thread registers, synchronization barriers, and visual execution. Python GPU Architecture Visualization

💻 Tech Stack & Expertise

🔍 Areas of Interest

Artificial Intelligence Machine Learning Robotics Computer Vision Mechatronics Data Science

💻 Languages

Python C++ C C# JavaScript TypeScript Java

🧪 ML & Data Science

TensorFlow PyTorch scikit-learn OpenCV Pandas NumPy Matplotlib Hugging Face Jupyter Notebook CUDA NVIDIA Jetson

🔧 DevOps & Tools

Git GitHub Actions Docker Kubernetes Arduino Raspberry Pi Postman

☁️ Cloud & Hosting

AWS Azure Google Cloud Firebase Vercel

🧩 Frameworks & Libraries

Flask FastAPI Django React Next JS Flutter TailwindCSS

🛢️ Databases

Postgres MySQL MongoDB

🌟 My Vision

def my_journey():
    skills = ["AI", "ML", "Robotics", "Computer Vision", "IoT",  "Agentic AI", "NLP", "Edge Computing"]
    goals = ["AI/ML Engineer", "MLOps/LLMOps Engineer", "Robotics Researcher"]
    passion = float('inf')
    
    while passion > 0:
        learn(skills)
        apply(skills)
        innovate(skills)
        share_knowledge()
        passion += 1  # Passion only grows with time!
        
my_journey()  # Currently executing...

📈 GitHub Stats

streaks top languages github stats

🌍 Find Me Around The Web

LinkedIn Twitter Instagram Facebook YouTube Email

Pinned Loading

  1. tinygpu tinygpu Public

    A lightweight Python-based GPU architecture simulator that demonstrates how parallel threads, registers, memory, and instructions work on a GPU.

    Python 25 1

  2. telco-churn-mlops-pipeline telco-churn-mlops-pipeline Public

    A production-grade MLOps pipeline for predicting telecom customer churn, featuring automated data preprocessing, ML model training, experiment tracking with MLflow, distributed training using PySpa…

    Jupyter Notebook 14 2

  3. churn-prediction-data-pipeline churn-prediction-data-pipeline Public

    Step-by-step EDA and data preprocessing journey for customer churn prediction. Updated weekly with raw & processed datasets, notebooks, and ML-ready pipeline.

    Jupyter Notebook 4 2

  4. churn-prediction-model-training churn-prediction-model-training Public

    Step-by-step guide to building machine learning models for customer churn prediction, continuing from the data preprocessing phase. The repo covers training, evaluation, and saving of models, with …

    Jupyter Notebook 2 1

  5. churn-prediction-production-pipeline churn-prediction-production-pipeline Public

    Production-grade machine learning pipeline for customer churn prediction with modular components for data preprocessing, model training, and streaming inference. This third repo in a series builds …

    Python 3

  6. smart-beehive-monitor smart-beehive-monitor Public

    ESP32-based IoT system for real-time beehive monitoring with temperature, humidity, bee activity tracking, weight measurement, and Firebase integration. Complete with solar power and web dashboard.

    C++ 7 1