Skip to content
View Mouly22's full-sized avatar
🦚
𝑬𝒖𝒅𝒂𝒊𝒎𝒐𝒏𝒊𝒂
🦚
𝑬𝒖𝒅𝒂𝒊𝒎𝒐𝒏𝒊𝒂

Organizations

@github-craftwork @Design-and-Code

Block or report Mouly22

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
Mouly22/README.md
Typing SVG

Software Engineer · NLP & LLM Systems
AI Buddy Catalyst Labs, Ottawa · Previously Yugen Group, Birmingham

Profile Views


me = {
    "name"      : "Umme Abira Azmary",
    "role"      : "Software Engineer · NLP & LLM Systems",
    "currently" : "AI Buddy Catalyst Labs, Ottawa",
    "research"  : "Multilingual LLMs & knowledge conflict detection",
    "stack"     : ["Python", "HuggingFace", "PyTorch", "Next.js", "RAG"],
    "building"  : "bangla-text-toolkit · AI-native SaaS products",
   
}

Currently at AI Buddy Catalyst Labs (Ottawa), building AI-native SaaS and client products. Previously at Yugen Group (Birmingham) where I shipped a RAG system, n8n pipeline chatbot, and full authentication flows for their product Octobra!n.

I also do research — my published paper benchmarks how multilingual LLMs handle knowledge conflicts, evaluating BanglaT5, mT5, Qwen-2.5, DeepSeek-R1, and LLaMA-3.3 on parametric vs. contextual reliability.


🌸 Highlights


NASA Space Apps Challenge 2022
Global hackathon

National AI Hackathon 2025
Top 8 of 102 teams

Academic Excellence
BRAC University, Dhaka

Vice Chancellor's List
6 consecutive semesters

💻 Featured project

Production-grade Bangla NLP preprocessing in Python. Unicode normalization, tokenization, text cleaning, stopword filtering. Zero dependencies.

from bangla_text_toolkit import BanglaTextPipeline

pipe = BanglaTextPipeline.default()
pipe.run("আমি বাংলা ভালোবাসি!!! https://example.com")
# → 'আমি বাংলা ভালোবাসি'

Built because Python's \w doesn't match Bangla combining characters — most NLP tools silently corrupt Bangla text. This one doesn't.


🛠 Stack

NLP & ML

Python HuggingFace PyTorch scikit-learn NLTK

Engineering

Next.js TypeScript FastAPI n8n Docker


📊 GitHub stats

   Computer and girl

Pinned Loading

  1. bangla-text-toolkit bangla-text-toolkit Public

    Bangla NLP preprocessing toolkit — normalize, clean, tokenize Bengali text. Zero dependencies, Python 3.9+

    Python