Skip to content
View Anish-Sethi-12122's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report Anish-Sethi-12122

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
Anish-Sethi-12122/README.md

πŸ‘‹ Hey, I'm Anish.

I don't just learn technologies.

I build things with them.

I'm a Computer Science student at Delhi Technological University (DTU) interested in the intersection of:

πŸ€– Artificial Intelligence Β· βš™οΈ Systems Β· πŸ› οΈ Developer Tools Β· πŸ” Security Β· πŸš€ Product Engineering

I enjoy taking vague ideas, weird technical problems and ambitious prototypes and turning them into working software.

My current rabbit holes:

LLMs Β· RAG Β· AI Agents Β· Local Inference Β· Backend Systems Β· Developer Experience Β· Security

Build it. Break it. Understand it. Build it better.


⚑ At a Glance

πŸŽ“

DTU CSE

B.Tech Computer Science Class of 2029

πŸ“ˆ

9.35

Current CGPA

πŸ’»

19

Public Repositories


JEE Advanced JEE Main CBSE GitHub Stars

πŸš€ Selected Work

Things I built because I couldn't stop thinking about them.


βš–οΈ Legal.ai

AI Γ— Law Γ— Accessibility

Gemma

RAG

LangGraph

FastAPI

React

Making Indian legal information easier to understand.

Legal.ai is a citizen-first AI legal assistant designed around a retrieval-first architecture.

It combines legal retrieval, semantic search, document understanding, multilingual interaction, voice input and real-time response streaming.

✨ Highlights

  • 🧠 Retrieval-Augmented Generation
  • πŸ”Ž Semantic vector search
  • πŸ•ΈοΈ LangGraph orchestration
  • πŸ“„ Legal document processing
  • πŸŽ™οΈ Voice interaction
  • 🌍 Multilingual interaction
  • ⚑ Real-time streaming
  • πŸ“š Grounded responses

πŸ† Achievement

πŸ₯‰ 3rd Place β€” Build With Gemma Hackathon


πŸ—„οΈ PY DBMS

Developer Experience Γ— Databases Γ— Security

Python

MySQL

CLI

Argon2

PyPI

A MySQL client that doesn't look like it escaped from 1998.

PY DBMS is a terminal-first database client focused on developer experience, security and usability.

πŸ” Features

  • πŸ”‘ Argon2 authentication
  • βš™οΈ Multi-layer configuration
  • πŸ“Š CSV / JSON exports
  • 🧾 Multi-line SQL
  • 🎨 Rich terminal UI
  • 🚩 Query-level flags
  • πŸ§ͺ Automated tests
  • πŸ“¦ PyPI packaging

πŸ’‘ Why?

Because developer tools are products too.


πŸ€– AI Resume Screening Pipeline

ML Γ— NLP Γ— Failure Analysis

Python

Scikit-learn

NLP

TF-IDF

RESUME β†’ CLASSIFICATION β†’ FEATURE EXTRACTION β†’ SHORTLISTING

An end-to-end ML pipeline exploring what happens when individually reasonable ML components are connected into a real decision system.

🧠 Pipeline

  • πŸ“š Multi-class classification across 24 roles
  • πŸ”€ TF-IDF
  • 🧬 Feature engineering
  • 🌲 Random Forest
  • πŸ“ˆ Logistic Regression
  • πŸ§ͺ End-to-end evaluation
  • πŸ” Failure analysis

The most interesting result wasn't the accuracy.

It was discovering that:

Good models can still produce a bad system.

One configuration ended up rejecting 99%+ of candidates, exposing how distribution mismatch and chained model assumptions can dominate end-to-end behaviour.

That failure taught me more than a perfect benchmark ever could.


⚑ OPTIMA

Local AI Γ— Code Optimization Γ— Privacy

Qwen

Llama.cpp

TypeScript

React

What if your code optimizer didn't need to upload your code?

OPTIMA experiments with local AI-powered code optimization.

Instead of sending source code to a remote API, inference happens locally.

SOURCE CODE

⬇️

STATIC ANALYSIS

⬇️

PROMPT BUILDER

⬇️

LOCAL LLM

⬇️

OPTIMIZED CODE

🧠 Engineering Problems

  • πŸ–₯️ Local inference
  • 🧡 Browser workers
  • πŸ“‘ Streaming generation
  • 🧠 Context limits
  • πŸ“¦ Large-input chunking
  • ⏱️ Model latency
  • πŸ›Ÿ Fallback strategies
  • πŸ”’ Privacy-first architecture

On-device AI gives you privacy β€” and then hands you every other problem.


πŸ’Έ SPENT

Minimalism Γ— Finance Γ— Product Design

A deliberately simple personal finance widget.

No giant dashboard.

No 17 charts.

No spreadsheet disguised as an app.

Just:

β‚Ή 1,240

spent today

Keep it simple.

Built with:

TypeScript Β· React Β· Nothing ecosystem


🧠 Engineering Philosophy

01 β€” The model isn't the product.

A 90% accurate model can still produce a terrible system.

02 β€” Architecture becomes important surprisingly fast.

The first version asks:

"Does it work?"

The tenth version asks:

"Where does this code belong?"

03 β€” Constraints make engineering interesting.

Local AI.

Limited compute.

Latency.

Memory.

Security.

Privacy.

These aren't annoyances.

They're the engineering problem.

04 β€” Failure is data.

The bugs, weird outputs, performance cliffs and unexpected failures usually teach me more than successful demos.

05 β€” Developer experience matters.

If a tool is technically impressive but painful to use...

it's still painful to use.


πŸ”­ Currently Exploring

πŸ€– AI Systems

  • LLM pipelines
  • RAG
  • AI agents
  • Multimodal AI
  • Local inference
  • Evaluation
  • Model behaviour

βš™οΈ Systems

  • Backend architecture
  • Developer tooling
  • CLI applications
  • Databases
  • Configuration systems
  • Performance
  • Reliability

πŸ” Security

  • Cryptography
  • Secure authentication
  • Privacy-first systems
  • Local processing
  • Threat-aware architecture

πŸš€ Product Engineering

  • UX
  • Full-stack applications
  • Rapid prototyping
  • Open source
  • Turning experiments into products

🧰 My Toolbox


Technology stack



LLMs RAG Computer Vision CLI Cryptography

πŸ“ˆ GitHub


Repositories Stars



GitHub activity graph

πŸ–₯️ $ whoami

Terminal



Computer Science student. Builder. AI/ML enthusiast. Systems nerd. Occasional over-engineer.


I like:

β†’ building developer tools β†’ breaking my own systems β†’ understanding why they broke β†’ experimenting with AI β†’ turning prototypes into products


Current objective

Build something useful. Make it fast. Make it clean. Make it impossible to stop thinking about.


🌱 Open Source

I enjoy building software that goes beyond a classroom submission.

My repositories explore:

AI/ML Β· Developer Tools Β· Databases Β· Security Β· Cryptography Β· CLI Apps Β· Web Apps Β· Experimental Systems

If you find something useful:

⭐ Star it Β· πŸ› Break it Β· πŸ’‘ Suggest something Β· πŸ”€ Fork it


🀝 Let's Build Something

AI Β· ML Β· Systems Β· Security Β· Developer Tools Β· Startups Β· Hackathons Β· Open Source


GitHub LinkedIn Email Buy Me a Coffee



Still building. Still breaking things. Still figuring out why they broke.


Footer

Pinned Loading

  1. CLI-Based-File-Manager CLI-Based-File-Manager Public

    This is the project I created when I was giving class 12th boards. Simultaneously exams going on and also this project. A CLI based File Manager that can create/list/rename/delete files in cwd (cur…

    Python 1

  2. Crypto-Tools Crypto-Tools Public

    A collection of easy-to-use cryptographic tools in Python. This repository offers functions for password hashing with argon2, data hashing with SHA256, and file encryption/decryption using AES-GCM.…

    Python 1

  3. Password-Manager Password-Manager Public

    This is the Password Manager I created in Python using rich (for UI/UX), cryptography (for encryption) and SQLITE3 (for local database)

    Python 1

  4. Portfolio-Website Portfolio-Website Public

    Personal Portfolio website with clean visuals and glassmorphism aesthetics.

    HTML 2

  5. py-dbms-cli py-dbms-cli Public

    PY DBMS, your all-in-one DBMS Client. Database Management made easier and fun.

    Python 1