Skip to content
View blzee-maker's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report blzee-maker

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

Hi, I'm Om

AI Engineer in progress. I build systems around LLMs: local and offline inference, retrieval-augmented generation, and applied ML tooling. I care about projects that work end to end, not just in a notebook.

What I'm building

A privacy-first AI assistant that runs entirely offline. Local LLM inference through Ollama, offline speech-to-text and text-to-speech (faster-whisper and Piper), RAG over your own documents using FAISS and ONNX embeddings, and a permissioned tool system where destructive actions always require explicit confirmation. Backed by 210+ unit tests.

Point at a sound in a recording and take it out. Prompt-driven audio removal built on SAM Audio.

Core AI engineering fundamentals built from scratch, step by step: tokenization with BPE, embeddings and semantic similarity, a MiniGPT implemented in PyTorch, training loops with loss curves, encoder versus decoder architectures, prompting techniques, and API and tool-use mechanics with Gemini and Ollama.

A monitoring pipeline that detects data drift by comparing incoming production data against a training-time baseline, and raises a retraining signal when the share of drifted features crosses a configurable threshold.

Tech I work with

Python PyTorch Hugging Face Transformers Ollama FAISS Streamlit Gemini API RAG Whisper Piper

Currently focused on

Deepening my RAG and evaluation work, and getting my projects to a standard where someone could actually deploy them: tests, documentation, and live demos, not just working code.

Connect

Open to AI Engineer opportunities. Find me on LinkedIn. CHeck my portfolio. Find me on OmJha

Pinned Loading

  1. local-ai-assistant local-ai-assistant Public

    Privacy-first, fully offline AI assistant: local LLM inference via Ollama, offline voice input and output with Whisper and Piper, RAG over your own documents using FAISS, and a permissioned tool sy…

    Python 1

  2. AI-Engineer-learning AI-Engineer-learning Public

    Building AI systems from the ground up: tokenization, embeddings, transformers, training loops, and prompting, implemented step by step.

    Python 1

  3. Model-Drifting-and-Data-Monitoring Model-Drifting-and-Data-Monitoring Public

    A monitoring pipeline that detects data drift by comparing incoming production data against a training-time baseline, and raises a retraining signal when the share of drifted features crosses a con…

    Python 1

  4. hybrid-intrusion-detection hybrid-intrusion-detection Public

    A two-stage intrusion detection system on the KDD Cup 1999 benchmark, combining unsupervised anomaly detection with supervised attack classification — and an honest evaluation of whether that combi…

    Python 1

  5. audbre audbre Public

    Point at a sound in a recording and take it out. Prompt-driven audio removal built on SAM Audio.

    Python