Skip to content
View Akshat-Pandey16's full-sized avatar
😵‍💫
Just Learning
😵‍💫
Just Learning

Highlights

  • Pro

Organizations

@GroupOfCode

Block or report Akshat-Pandey16

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

Akshat Pandey

Backend Lead · Python · Async & Real-time Systems

Lead Backend @ Intozi KAVACH'23 National Winner BTech CS · CPI 9.68 Based in Gurugram, IN

I lead the Python backend at a computer-vision product company — designing the async, streaming, and data layers that production AI workloads run on. By night, I write novels and cut short films.


The request path

The way I think about a production backend: keep the request path thin, push everything heavy off it.

flowchart LR
    C(["Clients<br/>web and RTSP cameras"]) --> N["Nginx"]
    N --> API["API layer<br/>Django and FastAPI"]
    API -->|enqueue jobs| Q{{"Broker<br/>RabbitMQ and Redis"}}
    API <-->|cache and sessions| R[("Redis")]
    API <-->|read and write| PG[("PostgreSQL")]
    Q --> W["Async workers<br/>Celery and ARQ"]
    W -->|video and AI jobs| ML[["CV and video analytics"]]
    W --> PG
    W -->|artifacts| S3[("S3 object storage")]
    MTX["MediaMTX<br/>RTSP to WebRTC"] -->|live feeds| API
    API -.->|real-time| C
    classDef accent stroke:#00d668,stroke-width:1.5px;
    class API,W,MTX,ML accent;
Loading

Live camera feeds and AI analytics surface in real time, while video-processing and ML jobs stay off the request path. This is the shape of the Video Management System and Ikshana work I own at Intozi.


By the numbers

4

backends
shipped · open-source

73

REST routes
HeadTogether

20

ORM tables
layered repos

16

Ansible roles
idempotent · CIS

🏆

KAVACH'23
Govt. of India


At Intozi · Jun 2024 – present

Lead backend at a computer-vision & video-analytics product company. I own the Python services across the products and coordinate delivery within a small team.

Note

Currently building the backend for a client-facing Video Management System — Django services with MediaMTX wired in for RTSP/WebRTC, so live camera feeds and AI analytics surface in the app in real time.

  • Own the Python services across the company's products, including Ikshana, its core video-analytics product.
  • Architected the data & async layersPostgreSQL · Redis · RabbitMQ · Celery — to run video-processing jobs and AI workloads off the request path for responsive, scalable services.
  • Built an internal MLOps pipeline (Django + React): dataset upload → auto-labeling → human verification → training/retraining, with a path to client-facing deployment.

Selected systems

Four backends I designed and shipped end-to-end — deeper write-ups live in each repo.

Project What it is Built with
Papyrus Self-hostable, privacy-first PDF studio — merge / split / compress / OCR with a zero-retention TTL FastAPI · Celery · S3 · Compose + Helm
HeadTogether Geo-bounded, ephemeral chat rooms discoverable only by people physically nearby FastAPI · WebSockets · Redis pub/sub · Argon2id
ShieldBuntu One-click Ubuntu CIS hardening — apply / dry-run / revert, streamed live to the UI FastAPI · Ansible · SSE · PAM
MeshHawk Local-first 802.11 mesh detector — .pcap in, topology graph + SVG report out FastAPI · scapy · NetworkX · ARQ

Toolbox

Python, Django, FastAPI, PostgreSQL, Redis, Docker, Linux
Languages Python · Bash
Frameworks Django · FastAPI
Data & async PostgreSQL · Redis · RabbitMQ · Celery · ARQ
Streaming & real-time MediaMTX (RTSP/WebRTC) · WebSockets · Server-Sent Events
Infra Docker · Kubernetes/Helm · Nginx · AWS · Linux · Git

Beyond the terminal

Engineering isn't the only thing I ship. I'm a published author — a novelette and two novels — and I shoot and edit short films. Both are the same discipline as backend work: structure, revision, pacing, and deciding what to leave out.

Recognition and education

  • 🏆 KAVACH'23 — Winner of the inaugural nationwide cybersecurity hackathon organised by the Government of India.
  • 🎓 B.Tech, Computer Science — Bhilai Institute of Technology, Durg · CPI 9.68 (2020 – 2024).

GitHub activity

GitHub stats Top languages Contribution activity graph

Connect

LinkedIn Portfolio Email X YouTube Instagram


Thin request path. Heavy lifting off to the side. Same goes for the README — thanks for scrolling.

Pinned Loading

  1. papyrus papyrus Public

    PDF tool

    Python

  2. HeadTogether HeadTogether Public

    A travel companion application for solo travellers built on React-Capacitor and FASTApi

    TypeScript 1

  3. MeshHawk MeshHawk Public

    Mesh Detector and Analyzer application built on React and FASTApi

    TypeScript

  4. fastapi-boilerplate fastapi-boilerplate Public

    A production-ready FastAPI boilerplate featuring async PostgreSQL, SQLAlchemy ORM, Alembic migrations, and comprehensive API documentation. Includes Docker support, environment-based configuration,…

    Python

  5. ShieldBuntu ShieldBuntu Public

    A GUI based application for Ubuntu Systems which utlises various methods and scripts to enhance security on Ubuntu and it's derivative system. Built on React-Tauri and Rust.

    TypeScript 1

  6. Hoctor Hoctor Public

    A indoor localisation application which utilises access points for enhanced location tracking, built on Django.

    Python