Skip to content
View HariomJangra's full-sized avatar

Highlights

  • Pro

Block or report HariomJangra

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

Hey! I'm Hariom Jangra — I build, break, and rebuild things better.

Typing SVG

Portfolio

About Me

Passionate about AI — building models and turning them into products.

I love working with AI models like LLMs, Diffusion Models, and Multimodal AI. I also enjoy building applications and products that put these AI capabilities to use.

What I Do

class HariomJangra:
    def __init__(self):
        self.name = "Hariom Jangra"
        self.interests = ["AI Models", "Building Products"]
    
    def what_i_work_on(self):
        return {
            "ai_models": ["LLMs", "Diffusion Models", "Multimodal AI", "AI Agents"],
            "products": ["AI Applications", "Real-world Tools"]
        }

me = HariomJangra()
print("Build that Matters!")

<div align="center">

Pinned Loading

  1. aether-agentic-browser aether-agentic-browser Public

    Agentic AI Browser build in WinUI3 using WebView2 as Renderer.

    C++ 5 1

  2. project-lumen project-lumen Public

    A 128M parameter language model built from scratch for learning how large language models work.

    Jupyter Notebook 8 1

  3. cosine-embed cosine-embed Public

    An Embedding Model made from Scratch in Pytorch

    Jupyter Notebook