Skip to content
View hasanmehediii's full-sized avatar

Highlights

  • Pro

Block or report hasanmehediii

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
hasanmehediii/README.md
███╗   ███╗███████╗██╗  ██╗███████╗██████╗ ██╗    ██╗  ██╗ █████╗ ███████╗ █████╗ ███╗   ██╗
████╗ ████║██╔════╝██║  ██║██╔════╝██╔══██╗██║    ██║  ██║██╔══██╗██╔════╝██╔══██╗████╗  ██║
██╔████╔██║█████╗  ███████║█████╗  ██║  ██║██║    ███████║███████║███████╗███████║██╔██╗ ██║
██║╚██╔╝██║██╔══╝  ██╔══██║██╔══╝  ██║  ██║██║    ██╔══██║██╔══██║╚════██║██╔══██║██║╚██╗██║
██║ ╚═╝ ██║███████╗██║  ██║███████╗██████╔╝██║    ██║  ██║██║  ██║███████║██║  ██║██║ ╚████║
╚═╝     ╚═╝╚══════╝╚═╝  ╚═╝╚══════╝╚═════╝ ╚═╝    ╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝


visitor@github:~$ cat ./about_me.txt

  Name    : Mehedi Hasan
  Handle  : hasanmehediii
  Uni     : University of Dhaka — CSE
  Focus   : Agentic AI · Backend Engineering · Full-Stack Dev
  Status  : ▰▰▰▰▰▰▰▰▱▱  Building every day
  Collab  : OPEN — hackathons, research, side-projects ✅

> tech.stack

  


> connect.init()

              


> github.stats

GitHub Stats GitHub Streak


> systems.architected

Currently in the design/build phase — planned with production concerns (cost controls, async job queues, human-in-the-loop correction) from day one.

System Description Stack Status
⬡ AgriMate Offline-capable farmer assistant for Bangladeshi agriculture Flutter FastAPI LangGraph Hybrid RAG In design
⬡ DocuMind Document intelligence, human-in-the-loop correction LangGraph pgvector Async workers In design
⬡ MatchMind Football match video analysis via agentic pipelines LangGraph Computer Vision Job queue In design
⬡ NutriSastho AI Health & nutrition guidance agent for Bangladesh-specific data RAG pipeline FastAPI pgvector In design

Also sketched out from a project ideation round: Chikitshak AI (health triage) · Bhumi Sahayak (land records) · Bonna Prohari (flood response) · Krishi Buddhi (crop advisory) — concepts, not yet built.


> currently.working_on

current = {
    "learning"   : ["System Design", "Cloud Architecture", "Kubernetes"],
    "building"   : ["AgriMate", "DocuMind", "MatchMind"],
    "exploring"  : "Computer Vision & LLM agent orchestration",
    "planning"   : "A backend-development YouTube series",
    "goal_2026"  : "Ship a production agentic system solving a real Bangladesh-context problem",
}

Git Artwork

> contact.init()

contact = {
    "github" : "github.com/hasanmehediii",
    "uni"    : "University of Dhaka — CSE",
    "status" : "Open to hackathons, research, and collabs 🟢",
}

print("Let's build something that actually matters.")

// building agentic systems for Bangladesh-scale problems · one commit at a time

Pinned Loading

  1. CSE-1211-Project CSE-1211-Project Public

    Its a beginner type snake game using SDL2 library along with C++ to develop. Scoring system is available to track players. its the First Year Second Semester Final Project (Done)

    C++ 1

  2. CSE-2112-Project CSE-2112-Project Public

    A movie ticket booking simulation desktop app using JavaFX for the Object Oriented Programming Course Project. This is the Second Year First Semester Final Project (Done)

    Java 1

  3. CSE-2216-Project CSE-2216-Project Public

    LangMastero, A Simple designed language learning app for beginners. If you want to learn basics of a language like Spanish or Chinese, can try this app. Also can test your progress with exams

    Python 14 2

  4. CSE-2211-Project CSE-2211-Project Public

    Goriber Gari: A Car Purchasing E-Commerce Website that can help you to buy world's top cars from any place. The primary goal is to provide a user friendly interface where customers can find their d…

    Python 2

  5. CSE-3111-Project CSE-3111-Project Public

    A simple smart proxy server with caching capabilities and a web dashboard to monitor the cache. Also capable of blocking any website by updating on then config.json file. Its a basic type simulatio…

    Python 2

  6. CSE-3116-Project CSE-3116-Project Public

    An autonomous fire-fighting robot car built with ESP32 for Microcontroller Lab Course, featuring automatic flame detection, tracking, and extinguishing capabilities with manual override control via…

    C