Skip to content
View Rajeev91691's full-sized avatar

Block or report Rajeev91691

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

Rajeev91691@github ~ $ ./contributions.sh



Rajeev91691@github ~ $ whoami


Portfolio LinkedIn HuggingFace GitHub Email



Profile Views


πŸ† GitHub Trophies

GitHub Trophies

πŸ’» Tech Stack

πŸ”€ Languages

Languages

πŸ€– AI / ML & Research

ML/AI Frameworks

Stable Diffusion Hugging Face LangChain FastAPI Scikit-learn FAISS Gradio

🌐 Full-Stack & Web

Web Stack

GSAP Framer Motion WebGL

πŸ—„οΈ Databases & DevTools

Tools

πŸš€ Featured Projects

πŸ€– Generative AI & Machine Learning

Project Description Stack Links
genai-assistant Domain-specific RAG pipeline over 500+ PDFs β€” 0.82 retrieval accuracy, sub-second latency Python Β· FAISS Β· LangChain Β· Gradio πŸ€— Demo
image-gen-app Text-to-image diffusion pipeline generating 512Γ—512px images β€” CLIP score 0.78 PyTorch Β· DDPM Β· Gradio πŸ€— Demo
object-detector Real-time in-browser object detection at 15 FPS via DETR-ResNet-50 β€” mAP@0.5 = 0.68 Python Β· DETR Β· HuggingFace πŸ€— Demo
emotion-detector Real-time 7-class facial emotion recognition from live webcam feed TensorFlow Β· OpenCV Β· Python β€”
BankMarketing-CaseStudy End-to-end ML case study β€” EDA, feature engineering, XGBoost benchmarking Jupyter Β· Pandas Β· Scikit-learn β€”

🌐 Full-Stack & Web Experiences

Project Description Stack Links
rajeev-portfolio Cinematic dev portfolio β€” scroll-scrubbed 1080p hero, custom cursor, AI RAG terminal Next.js 15 Β· GSAP Β· Framer Motion Β· Three.js 🌍 Visit
3d-professional-portfolio Immersive 3D scroll-driven portfolio with React Three Fiber scenes TypeScript Β· Three.js Β· React Three Fiber β€”

πŸ“Š GitHub Analytics

GitHub Stats Top Languages
GitHub Streak
Activity Graph

🐍 Contribution Snake

GitHub contribution snake animation

πŸ“œ Certifications

View All Certifications


🀝 Let's Connect


πŸ’¬ Random Dev Quote

Dev Quote

"Building at the intersection of AI, design, and engineering. πŸš€"

Pinned Loading

  1. rajeev-portfolio rajeev-portfolio Public

    Personal developer portfolio built with Next.js 15, GSAP, and Framer Motion. Features cinematic scroll animations, interactive terminal, AI/ML project showcases, and glassmorphic UI.

    HTML 1

  2. genai-assistant genai-assistant Public

    Domain-specific LLM assistant using RAG (Retrieval-Augmented Generation) with FAISS. Processes 500+ PDFs for semantic search with 0.82 top-1 retrieval accuracy. Deployed on Hugging Face Spaces.

    Python 1

  3. object-detector object-detector Public

    Real-time object detection in-browser using DETR-ResNet-50. Processes webcam feed at 15 FPS with <100ms latency, achieving mAP@0.5 of 0.68 on COCO val subset. Deployed on Hugging Face Spaces.

    Python 1

  4. image-gen-app image-gen-app Public

    Text-to-image generation using Latent Diffusion Models. Generates 512x512px images from text prompts achieving CLIP score of 0.78. Trained on 10K+ samples, deployed on Hugging Face Spaces with Gradio.

    Python

  5. BankMarketing-CaseStudy BankMarketing-CaseStudy Public

    End-to-end ML case study on bank marketing campaign data. Includes EDA, feature engineering, and classification models (Logistic Regression, Random Forest, XGBoost) with performance benchmarking.

    Jupyter Notebook