Skip to content
View shrisha337-beep's full-sized avatar

Highlights

  • Pro

Block or report shrisha337-beep

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
shrisha337-beep/README.md

Hi, I'm Shrisha

Full-Stack AI Engineer | Building production systems where ML meets shipped code

I turn AI models into real, deployed products β€” not notebooks. Currently a CSE undergrad shipping full-stack AI platforms, computer vision systems, and NLP engines end-to-end.


πŸ› οΈ Tech Stack

Languages

Frontend

Backend

AI / ML

Databases & Cloud


πŸš€ Featured Projects πŸ—‚οΈ JobTracker AI β€” Full-Stack AI Job Application Platform

Problem: Job seekers lose track of applications and can't tell if their resume actually matches a role. Solution: Full-stack platform with an interactive Kanban board and AI-powered resume analysis, deployed to production with a mobile companion app.

βš™οΈ Built with Next.js, TypeScript, PostgreSQL, NextAuth.js (Google OAuth) β€” 6-stage Kanban pipeline + 6 REST API endpoints πŸ€– Integrated GPT-4o-mini for two AI features: a Job Description Parser (extracts 12+ structured fields) and a Resume Match Scorer (score, A–F grade, missing skills, ATS keywords) πŸ“± Shipped to Vercel with an Android APK (Capacitor) for mobile access πŸ”— Live Demo Β· Code πŸ•΅οΈ Deepfake Detection System β€” Computer Vision & Transfer Learning

Problem: Manually verifying image authenticity doesn't scale. Solution: A fine-tuned deep learning classifier served through a low-latency production API.

🧠 Fine-tuned ResNet-50 on 4,000+ labeled images β€” 87.25% accuracy, 0.9424 AUC-ROC ⚑ Built a FastAPI inference backend optimized for low latency, containerized and deployed on Hugging Face Spaces πŸ”— Live Demo Β· Code 🎬 CineMatch β€” NLP Recommendation Engine

Problem: Users need content-based movie recommendations without relying on collaborative filtering data. Solution: An NLP-driven recommender served via a real-time REST API.

πŸ“Š Processed 4,800+ movie records, using NLTK tokenization and stop-word removal, cosine similarity for content-based matching πŸš€ Deployed on Render with Flask, integrated the OMDB API for sub-second recommendation retrieval πŸ”— Live Demo Β· Code


πŸ“Š GitHub Stats & Activity


πŸ† Honors & Recognition SCROLLS 2025 β€” Winner, Technical Research Paper Competition (AI/ML methodologies) National AI Agent Product Space Hackathon β€” Designed and deployed an LLM orchestrator with deterministic fallback mechanisms GSSoC 2026 β€” Open Source Contributor
🀝 Let's Connect

I'm currently looking for full-stack AI/ML internship opportunities where I can ship production systems, not just prototypes. If you're building something interesting β€” or just want to talk shop about RAG pipelines, model deployment, or Next.js architecture β€” my inbox is open.

πŸ“« shrisha337@gmail.com Β |Β  πŸ’Ό LinkedIn Β |Β  🌐 Portfolio β€” dropping soon

Popular repositories Loading

  1. heatmap-bharat-prototype heatmap-bharat-prototype Public

    A geospatial intelligence dashboard that visualizes pollution intensity across regions using dynamic heatmaps.

    Jupyter Notebook 1

  2. Library-Slip-Tracker Library-Slip-Tracker Public

    A simple, efficient, and customizable Python-based tracker to monitor book borrowings, calculate fines, and analyze reader behavior using the power of Pandas and NumPy.

    Jupyter Notebook

  3. career-trajectory-engine career-trajectory-engine Public

    A backend-driven system that models user skills in a vector space to generate role recommendations, identify skill gaps, and construct dynamic career roadmaps.

    Python

  4. Recommendation-System Recommendation-System Public

    Jupyter Notebook

  5. ai-job-tracker ai-job-tracker Public

    AI-Powered Job Application Tracker - Parse JDs, match resumes, track your pipeline

    TypeScript

  6. AI-dev-assistant AI-dev-assistant Public

    Forked from imDarshanGK/AI-dev-assistant

    AI-powered code analysis tool - instant bug detection, plain-English explanations, and improvement suggestions for Python, JS, TS, Java, C++. No account needed. GSSoC 2026.

    Python