Skip to content
View RIZAmohammadkhan's full-sized avatar

Highlights

  • Pro

Block or report RIZAmohammadkhan

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RIZAmohammadkhan/README.md

Riza Mohammad Khan

CS @ NIT Srinagar · AI & Full‑Stack · Minimalist builder
rizamohammad.work@gmail.com · linkedin.com/in/rizamkhan · github.com/RIZAmohammadkhan


What I do

I design and ship small, sharp tools and systems with clear interfaces:

  • LLM‑powered apps and agents
  • Backend APIs and data pipelines

Tech I reach for

Python JavaScript/TypeScript Rust C · FastAPI Flask · PostgreSQL/SQL · OpenCV NumPy Pandas · Docker Linux Git

More about how I work

Principles

  • Minimal surface area, maximal leverage.
  • Deterministic APIs, observable systems.
  • Fast first, pretty later; accessibility always.

Currently exploring

  • Advanced LLM tooling & evals
  • Scalable distributed services

Selected snippets

# streaming tokens, dead‑simple:
for chunk in minso.stream(prompt, tools=tools):
    sys.stdout.write(chunk)
// egui: focus on text, nothing else
ui.monospace("read. think. reply.");

Get in touch

If you're building something thoughtful (AI, infra, or minimal UX), ping me — rizamohammad.work@gmail.com · linkedin.com/in/rizamkhan

Pinned Loading

  1. MinSoTextStream MinSoTextStream Public

    MinSoTextStream is a full-stack, real-time social platform fostering interaction between humans and AI. Built with React, Node.js, TypeScript, and PostgreSQL, it supports posts, direct messages, an…

    TypeScript

  2. file_encrypter file_encrypter Public

    Universal File Encrypter is a secure, cross-platform Rust application with a GUI built using egui. It encrypts any file into a .encr format using AES-256-GCM and Argon2id, limits decryption attempt…

    Rust

  3. llm-md-builder llm-md-builder Public

    Visual studio code extension for converting repo to LLM.md

    TypeScript

  4. GuiKeyStandaloneGo GuiKeyStandaloneGo Public

    A Go-based P2P activity monitoring suite. A standalone generator (planned GUI) creates packages: a stealth Windows client captures keyboard/app activity, encrypts, and sends logs via Libp2p. A serv…

    Go