naishadh@portfolio:~$ ./start --user naishadh

Naishadh Vytla

███╗   ██╗ █████╗ ██╗███████╗██╗  ██╗ █████╗ ██████╗ ██╗  ██╗
████╗  ██║██╔══██╗██║██╔════╝██║  ██║██╔══██╗██╔══██╗██║  ██║
██╔██╗ ██║███████║██║███████╗███████║███████║██║  ██║███████║
██║╚██╗██║██╔══██║██║╚════██║██╔══██║██╔══██║██║  ██║██╔══██║
██║ ╚████║██║  ██║██║███████║██║  ██║██║  ██║██████╔╝██║  ██║
╚═╝  ╚═══╝╚═╝  ╚═╝╚═╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═════╝ ╚═╝  ╚═╝

██╗   ██╗██╗   ██╗████████╗██╗      █████╗
██║   ██║╚██╗ ██╔╝╚══██╔══╝██║     ██╔══██╗
██║   ██║ ╚████╔╝    ██║   ██║     ███████║
╚██╗ ██╔╝  ╚██╔╝     ██║   ██║     ██╔══██║
 ╚████╔╝    ██║      ██║   ███████╗██║  ██║
  ╚═══╝     ╚═╝      ╚═╝   ╚══════╝╚═╝  ╚═╝
> ai/ml ops engineer in training · ai systems
$ cat ~/.intro
OPEN available any time · open to ml ops & ai roles · b.tech ece · graduation 2027
naishadh@portfolio:~$ whoami --verbose

About

USER........: naishadh vytla
ROLE........: ai/ml ops engineer in training
INSTITUTION.: kl university
DEGREE......: b.tech, electronics & communication engineering
STATUS......: pre-final year, shipping
TIMEZONE....: asia/kolkata (UTC+5:30)

ABOUT

i'm a pre-final year engineer working at the edge of applied deep learning research. my focus is vision transformers for medical imaging — training architectures that are small enough to deploy, accurate enough to matter, and transparent enough to trust.

i also ship. privacy-first ml tools, retrieval-augmented systems, saas products that solve concrete problems. recently a finalist at the visa 24hrs ai hackathon at iit madras, currently deepening my work in computer vision and continual learning.

naishadh@portfolio:~$ ls -la ~/experience/

Experience

total 2
drwxr-xr-x naishadh 5.0K may 2025 — jul 2025 smart_swift_innovations/
$ cat smart_swift_innovations/README.md

data science intern

smart swift innovations  ·  may — jul 2025
  • built classification and regression models on real-time operational datasets in python, scikit-learn, pandas — reached 92% accuracy on the primary prediction task.
  • ran exploratory data analysis across 5+ datasets; surfaced feature correlations that improved model performance by ~15%.
  • automated data cleaning pipelines, cutting preprocessing time by 40% across recurring workflows.
[ EXIT ]press q to close_
drwxr-xr-x naishadh 2.1K aug 2025 — feb 2026 kl_sac_adventure_club/
$ cat kl_sac_adventure_club/README.md

co-lead, adventure club

kl sac, kl university  ·  aug 2025 — feb 2026
  • directed outdoor expeditions for 50+ members — end-to-end logistics, safety protocols, and team coordination across multiple events.
[ EXIT ]press q to close_
naishadh@portfolio:~$ tree ~/projects/

Projects

~/projects/
├── BrainTumorViT/           [ACTIVE]    vision transformer · medical imaging
├── ResumeScreener/          [SHIPPED]   privacy-first on-device screener
├── RAGDocQA/                [SHIPPED]   retrieval-augmented qa over docs
└── VISAHackathon24h/        ◆ [FINALIST]  iit madras · 2026
BrainTumorViT
+-- BrainTumorViT ------------------------------------+
| status  : [ACTIVE] ongoing research                 |
| stack   : pytorch · timm · vision transformer       |
|                                                     |
| single vit-b/16 backbone classifying 4-class brain  |
| mri (glioma, meningioma, pituitary, no tumor) at    |
| 99.17% accuracy — outperforming multi-model       |
| ensembles on the nickparvar benchmark. three-phase  |
| training with discriminative learning rates,        |
| stochastic weight averaging, mixup (a=0.4) and      |
| cutmix (a=1.0), a custom mlp head (768->512->256->4)|
| and gradcam-based explainability.                   |
|                                                     |
| $ cd BrainTumorViT && open README                   |
| [ → GITHUB ]                                        |
+-----------------------------------------------------+
ResumeScreener
status : [SHIPPED] jun 2025
stack : llama 3 · ollama · streamlit · pypdf2

privacy-first automated resume screener running fully on-device. llama 3 via ollama performs semantic matching between job descriptions and candidate resumes with zero external data transfer. pdf parsing via pypdf2, cosine-similarity ranking, clean streamlit ui.

[ → GITHUB ]
RAGDocQA
status : [SHIPPED] jul 2025
stack : langchain · faiss · llama 3 · rag

retrieval-augmented qa system for pdf and docx files. langchain orchestration, faiss vector store, sub-second retrieval. users upload documents and query them in natural language, answers grounded in retrieved context — no hallucinated citations.

[ → GITHUB ]
VISAHackathon24h
status : [FINALIST] 2026 · iit madras
stack : full-stack · applied ai · rapid prototyping

built and deployed a live ai-powered web application in 24 hours at iit madras. advanced to the finals among competing teams from across the country.

[ → DEMO ]
naishadh@portfolio:~$ ./arcade --game=dino

Arcade

> a terminal-native homage to the chrome offline dino. jump cacti, don't die. hi-score persists via localStorage.

[ /dev/arcade · chrome://dino ] HI 0000 · SCORE 0000
[your browser does not support canvas — but the game is optional, keep scrolling.]
naishadh@portfolio:~$ neofetch

Skills

   .--------.
  /  __  __  \
 |  |_/  \_|  |
 |   ______   |
 |  |      |  |
 |  |______|  |
  \__________/
   |||    |||
naishadh@portfolio
------------------
os........: naishadh@portfolio
host......: kl university
kernel....: applied-ml 2023.07
uptime....: 3 years, 127 days
shell.....: zsh 5.9
languages.: python · sql · java
ml/dl.....: pytorch · tensorflow · scikit-learn · huggingface · timm · opencv
genai/nlp.: langchain · faiss · ollama · llama 3 · rag · prompt engineering
data......: pandas · numpy · matplotlib · seaborn
tools.....: git · github · jupyter · colab · streamlit · fastapi · pypdf2
naishadh@portfolio:~$ cat ~/.education

Education & Recognition

# --- education ---
2023—27kl university  · jul 2023 — 2027
 —b.tech, electronics & communication engineering  ·  graduation 2027
# --- certifications ---
2025oci ai foundations associate  · oracle
2025summer analytics — merit certificate  · iit guwahati
 —altium global scholarship  · pcb design
# --- achievements ---
2026[FINALIST] visa 24hrs ai hackathon  · iit madras
2025[MERIT] summer analytics 2025  · iit guwahati
 —[SCHOLAR] altium global scholarship
naishadh@portfolio:~$ mail --compose

Contact

From.....: visitor@web
To.......: naishadh@portfolio
Subject..: _
> prefer async? pick a channel: