Skip to content
View Jesseman-418's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Block or report Jesseman-418

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

Hey, I'm Jesse πŸ‘‹

Software Engineer & Growth Operator β€” I build intelligent systems and partner with creators to launch digital products.

Currently: Final-year B.Tech CS & AI at VIT Chennai. Former SWE Intern at Hyundai Motor India. Building Growth Operating.

LinkedIn Website HuggingFace


Tech Stack

Languages

Python TypeScript Go JavaScript C C++

Backend & APIs

FastAPI Node.js Express WebSockets SQLAlchemy Prisma

Frontend

Next.js React Tailwind Streamlit

AI / ML

PyTorch TensorFlow LangChain FAISS HuggingFace Gradio

Infra & Tools

Docker Git Vercel SQLite PostgreSQL


Featured Projects

πŸ”¬ AI / Machine Learning

Project Description Stack
ViT Activation Functions Capstone research β€” impact of activation functions on Vision Transformers. 93.68% accuracy on CIFAR-10. PyTorch, timm, DINO SSL
Data Cleaning Env RL environment for training AI agents to clean messy data. 3 difficulty tiers. (Scaler x Meta Hackathon) FastAPI, Gradio, PyTorch
DocQA AI Document Q&A using RAG β€” upload PDFs, ask questions, get cited answers. FAISS, Sentence-Transformers, Streamlit
Adversarial MARL Defense FGSM adversarial attacks & multi-agent defenses on MNIST. TensorFlow, NumPy

πŸ›  Full-Stack & Backend

Project Description Stack
Real-time Chat API Chat backend β€” WebSockets, JWT auth, rooms, typing indicators, 20 tests. FastAPI, SQLAlchemy
TaskFlow Full-stack Kanban board β€” drag-and-drop, search/filter, server actions. Next.js 14, Prisma, TypeScript
PollChain Blockchain voting app β€” MetaMask integration, live results. Next.js, ethers.js, TypeScript
Growth Operating Business site for creator partnerships β€” revenue calculator, dark UI. Next.js 14, Tailwind CSS

⌨️ CLI & Systems

Project Description Stack
JobHunt CLI job tracker β€” add, filter, stats dashboard, CSV export. Pure-Go SQLite. Go, Cobra, SQLite

πŸ“„ Published Research

Paper Description
Contact Tracing (IEEE Xplore) Ball-tree spatial indexing for efficient nearest-neighbor contact tracing at scale.

What I'm Working On

  • πŸ—οΈ Growth Operating β€” partnering with creators to build & launch digital products (jesseman-dev.vercel.app)
  • πŸŽ“ Capstone β€” Vision Transformer activation function research (VIT Chennai)
  • πŸ† Scaler x Meta Hackathon β€” Data Cleaning AI Environment (Team Devgods)

GitHub Stats

Pinned Loading

  1. Adversarial-Attack-defense-using-MARL-approach Adversarial-Attack-defense-using-MARL-approach Public

    Early prototype β€” adversarial ML defense with PGD/FGSM on MNIST. See adversarial-marl-defense for polished version.

    Python 1

  2. data-cleaning-env data-cleaning-env Public

    AI environment for training agents to clean messy tabular data β€” FastAPI + Gradio, 3 difficulty tiers, multi-dimensional grading (Scaler x Meta Hackathon)

    Python

  3. docqa-ai docqa-ai Public

    AI document Q&A using RAG pipeline β€” FAISS vector search, sentence-transformers, Streamlit UI

    Python

  4. vit-activation-functions-capstone vit-activation-functions-capstone Public

    Vision Transformer activation function study β€” GELU, ReLU, SiLU, Mish on ViT/CaiT/Swin. 93.68% CIFAR-10 accuracy. Capstone project.

    Jupyter Notebook