Skip to content
View ishworrsubedii's full-sized avatar
🀫
Shush
🀫
Shush

Block or report ishworrsubedii

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.

Content in all repositories owned by your account will be closed.
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
ishworrsubedii/README.md

~/whoami

class IshworSubedi(MLEngineer):
    role      = "Machine Learning Engineer @oxura.dev"
    based_in  = "Kathmandu, Nepal (UTC+05:45)"
    builds    = ["computer vision pipelines", "LLM & agentic applications"]
    stack     = ["PyTorch", "OpenCV", "FastAPI", "Docker", "PostgreSQL"]
    exploring = ["agent orchestration", "retrieval quality", "on-device inference"]

    def working_on(self) -> str:
        return "taking research-grade models to production-grade reliability"

    def open_to(self) -> list[str]:
        return ["collaboration", "applied AI/ML roles", "a good technical argument"]

What I build

Computer Vision

Detection, tracking and counting on live video. YOLO-family models, custom training, OCR and ANPR, deployed against real camera feeds instead of curated datasets.

LLM & Agentic Systems

Retrieval pipelines, tool-using agents, and generative interfaces β€” built with prompt evaluation and failure handling as part of the design, not an afterthought.

Shipping the Model

The unglamorous half: FastAPI services, containerised inference, versioned artefacts, monitoring, and latency budgets that hold under load.

Selected work

Project What it does Why it was hard
Person Tracker & Counter Real-time detection, tracking and persistent counting from a video feed Keeping identity stable across occlusion and re-entry without inflating the count
Trinetra β€” ANPR Nepali number-plate recognition plus traffic-light violation detection Devanagari plates, motion blur, and night footage break off-the-shelf OCR
ICO-Gen Text-prompt icon generation, end to end in TypeScript Turning a generative model into a product with a usable interface
ML Algorithms Notes, implementations and projects from the ground up Written to be read β€” the reference I wish I'd had while learning

Toolchain

Languages
ML & Vision
LLM & Agents
Data
Serving & Ops

The commit city

3D contribution calendar
GitHub stats Streak Activity graph Trophies

Algorithms, daily

LeetCode

Something worth reading

Random dev quote



β€œThe magic you are looking for is in the work you are doing.”

Contribution snake

Working on something in vision or LLMs?

I'm open to collaborations, applied AI/ML roles, and interesting problems.

Email me

Profile views

Pinned Loading

  1. person_tracker_and_counter person_tracker_and_counter Public

    This project is for tracking and counting people in real-time using a video feed. It detects people and keeps a count, saving the total for future use

    Python 20 3

  2. machine_learning_algorithms machine_learning_algorithms Public

    This repository contains the notes, code, and projects I have worked on as I learn about Machine Learning. This is a personal learning journey. I am simply sharing my progress with the hope that it…

    Jupyter Notebook 3

  3. ico-gen ico-gen Public

    ICO-Gen: AI-Powered Icon Generation from Text Prompts

    TypeScript 1

  4. automatic_number_plate_detection_recognition-traffic_light_violation automatic_number_plate_detection_recognition-traffic_light_violation Public

    This is the repository for the Trinetra project. Trinetra is a project that aims to provide a solution for traffic automatic number plate recognition and the traffic light violation for the nepali …

    JavaScript

  5. yolo7_custom yolo7_custom Public

    Jupyter Notebook