Skip to content
View himaenshuu's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report himaenshuu

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

Himanshu Raj

Software Engineer | AI & Full-Stack Developer | RAG Systems • Generative AI • Production Deployment

Building production-ready AI systems and scalable web applications.


👨‍💻 Professional Summary

Computer Science undergraduate focused on building end-to-end AI-powered and full-stack systems.
I design, implement, and deploy scalable applications with strong emphasis on clean architecture, modular code, and containerized environments.

Core Focus Areas:

  • Retrieval-Augmented Generation (RAG)
  • Generative AI Systems
  • Scalable Backend Architectures
  • System Design & Deployment

📊 GitHub Analytics


📈 Contribution Activity


🚀 Featured Projects

🔹 Multi-Modal RAG Application

Problem: Context-aware AI retrieval across diverse document formats.
Built: End-to-end RAG system with ingestion, embeddings, vector search, and response orchestration.
Tech: Python, LangChain, FAISS, LLM APIs, Docker
Highlights:

  • Processed 1,000+ documents for semantic retrieval
  • Reduced retrieval latency by ~30% via optimized vector indexing
  • Modular ingestion architecture supporting extensibility
  • Containerized deployment for reproducibility

🔗 Repository: https://github.com/himaenshuu/Multi_modal_rag-application


🔹 SmartVault

Problem: Secure and scalable document management system.
Built: Full-stack storage platform with authentication and structured APIs.
Tech: Next.js, Node.js, MongoDB, TypeScript
Highlights:

  • Implemented JWT-based authentication system
  • Handled 10,000+ file metadata records in MongoDB
  • Reduced API response time by ~25% through query optimization
  • Structured production-ready project architecture

🔗 Repository: https://github.com/himaenshuu/smartVault


🔹 ShopSense – Intelligent Shopping Assistant

Problem: Lack of contextual product assistance before purchasing.
Built: AI-powered product Q&A and recommendation assistant integrating external APIs.
Tech: TypeScript, Next.js, External APIs
Highlights:

  • Integrated 500+ product records via API ingestion
  • Designed structured recommendation logic pipeline
  • Improved response clarity using contextual filtering
  • Implemented automated email-based purchase workflow

🔗 Repository: https://github.com/himaenshuu/ShopSense


🔹 InstaLens – Instagram Profile Analytics

Problem: Limited accessible analytics tools for social media insights.
Built: Full-stack analytics dashboard generating structured insights.
Tech: TypeScript, Next.js
Highlights:

  • Analyzed 5,000+ profile engagement data points
  • Built reusable analytics visualization components
  • Optimized state management for faster UI rendering
  • Designed scalable dashboard architecture

🔗 Repository: https://github.com/himaenshuu/InstaLens


🔹 ETL Mongo Pipeline

Problem: Raw datasets require transformation before analytics usage.
Built: Python-based ETL pipeline for cleaning and loading structured data into MongoDB.
Tech: Python, MongoDB
Highlights:

  • Processed 50,000+ raw records
  • Improved data consistency by implementing schema validation
  • Reduced manual preprocessing time by ~40%
  • Designed reusable transformation modules

🔗 Repository: https://github.com/himaenshuu/etl_mongo_pipeline


🔹 Amazon Product Intelligence Data Builder

Problem: Unstructured ecommerce API responses are difficult to use directly for analytics or modeling.
Built: Data ingestion and transformation workflow converting API responses into structured datasets.
Tech: Python, Jupyter Notebook
Highlights:

  • Product feature extraction
  • Data normalization and cleaning
  • Analytics-ready structured output
  • Foundation for recommendation systems

🔗 Repository: https://github.com/himaenshuu/Amazon-Product-Intelligence-Data-Builder


🛠 Technical Stack

AI & ML: TensorFlow • LangChain • RAG • LLM APIs
Backend: Node.js • Python • REST APIs
Frontend: Next.js • React • TypeScript
Databases: MongoDB • MySQL
DevOps: Docker • Git • GitHub • Postman


🧠 Engineering Philosophy

  • Write modular, maintainable code
  • Design scalable architectures
  • Prefer reproducible, containerized environments
  • Optimize where measurable
  • Document clearly for collaboration

Strong engineering balances clarity, performance, and real-world usability.


🎯 Career Focus

Open to:

  • Software Engineering Internships
  • AI / ML Engineering Roles
  • Backend & Full-Stack Development Roles

Experienced in production-style deployments and containerized AI systems.

Pinned Loading

  1. ShopSense ShopSense Public

    Shopsenei is a shopping assistant and q & a system that enable us to know and compare the product available on amazon. It further sends you a buy now link of the selected product to your email.

    TypeScript 1

  2. Amazon-Product-Intelligence-Data-Builder Amazon-Product-Intelligence-Data-Builder Public

    This project demonstrates a resilient, AI-ready data ingestion pipeline for Amazon products. It converts raw API responses into a structured, query-efficient commerce dataset with sentiment segment…

    Jupyter Notebook 1

  3. Multimodal-Audio-Video-RAG-System Multimodal-Audio-Video-RAG-System Public

    Jupyter Notebook 1

  4. smartVault smartVault Public

    Smartvault - AI powered file management system . It gives realtime insights about your file

    TypeScript 1

  5. InstaLens InstaLens Public

    InstaLens is a sophisticated, full-stack web application that transforms Instagram profile analysis through AI-powered content intelligence. Built with modern web technologies, it provides real-tim…

    TypeScript

  6. etl_mongo_pipeline etl_mongo_pipeline Public

    Python