Skip to content
View yuvieee01's full-sized avatar

Highlights

  • Pro

Block or report yuvieee01

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

Hi, I'm Yuvraj.. ๐Ÿ‘‹

Computer Science (AI & ML) Student โ€ข Aspiring Software Engineer

Building intelligent applications with GenAI, LangGraph, and Python | Actively seeking internships and full-time roles

Profile Views


๐Ÿ‘จโ€๐Ÿ’ป About Me

  • ๐ŸŽ“ 4th-Year B.Tech in Computer Science and Engineering (AI & ML) at Lovely Professional University (CGPA: 8.42)
  • ๐Ÿ’ผ Actively seeking internships (with PPO) or entry-level Software Engineering / AI roles.
  • ๐Ÿ’ป Passionate about building Autonomous Agents, RAG pipelines, and Full-Stack Web Applications.
  • ๐Ÿ† Solved 100+ DSA problems and achieved HackerRankโ€™s Software Engineer certification.
  • ๐Ÿง  Currently exploring Generative AI, Multi-Agent Systems, MCP, and Next.js.
  • ๐ŸŒ Check out my portfolio: Portfolio

</> ย  Tech Stack

Languages

Python HTML CSS JavaScript

AI/ML & NLP

Scikit-Learn Pandas NumPy PyTorch TensorFlow HuggingFace

GenAI

LangChain LangGraph LLMs RAG Multi-Agent Systems

Frameworks & Libraries

React Next.js Flask Django

Databases, DevOps & Tools

MySQL SQLite PostgreSQL AWS Docker Git GitHub Linux


๐Ÿ› ๏ธ Featured Projects

๐Ÿ“ˆ InvestAgent โ€” AI-Powered Investment Research Agent

ย 

An autonomous multi-agent system powered by a LangGraph pipeline, Tavily web search, and Google Gemini LLMs. It researches public companies in real-time and delivers a structured INVEST / PASS / MONITOR verdict with confidence scoring and factor analysis using Server-Sent Events (SSE).

โœฆ What makes it special:

  • ๐Ÿค– Multi-Agent Pipeline: Orchestrates complex research tasks using LangGraph.
  • ๐ŸŒ Live Web Search: Integrates Tavily for real-time data fetching.
  • ๐Ÿง  Advanced Reasoning: Uses Google Gemini LLMs to output confidence scores and factors.
  • โšก Real-Time Streaming: Streams verdicts to the frontend instantly via SSE.

๐Ÿ’ธ BreakMoney โ€” Expense Management & Debt Simplification

ย 

A Django-based expense-sharing system that automatically works out the minimum number of payments needed to settle group debts using a custom netting algorithm.

โœฆ What makes it special:

  • ๐Ÿงฎ Custom Netting Algorithm: Computes the absolute minimum transactions to settle debts.
  • ๐Ÿ‘ฅ Group Management: Secure login, friend management, and group creation.
  • ๐Ÿ“Š Flexible Splitting: Handles exact amounts, percentages, or equal shares seamlessly.
  • ๐Ÿ”„ Real-Time Updates: Live balance calculation and optimized Django ORM queries.

๐Ÿค– AutoSched โ€” Autonomous Personal Productivity Agent

ย 

An autonomous planning agent in Python that follows an Observe โ†’ Reason โ†’ Plan โ†’ Act โ†’ Reflect loop to prioritize tasks, catch overload, and reschedule automatically.

โœฆ What makes it special:

  • ๐Ÿ”„ Autonomous Loop: Implements full Observe โ†’ Reason โ†’ Plan โ†’ Act โ†’ Reflect cycles.
  • ๐ŸŽฏ Rule-Based Scoring: Evaluates task priority and effort without heavy ML overhead.
  • ๐Ÿง  Memory System: Learns from missed tasks to improve future scheduling estimations.
  • โฑ๏ธ Overload Prevention: Automatically reschedules tasks to prevent schedule burnout.

๐Ÿ“„ Resume Ranker โ€” ML-Powered Candidate Screening

ย 

An ML-powered prototype that automates candidate screening by converting resumes and job descriptions into vectors to calculate similarity scores. Reached 88% match accuracy and cuts initial screening time by 37%.

โœฆ What makes it special:

  • ๐Ÿ“ Vector Similarity: Converts unstructured resumes and JDs into comparable embeddings.
  • โšก Efficiency Boost: Demonstrably reduces HR screening time by 37%.
  • โš–๏ธ Fairness Focused: Built with considerations for bias mitigation (gender/experience proxies).
  • ๐ŸŽฏ High Accuracy: Achieved an 88% match accuracy on candidate evaluation.

๐ŸŒฑ Currently Learning

  • GenAI Ecosystem: Multi-Agent Systems, LangChain, LangGraph, MCP, Advanced RAG
  • Deep Learning: NLP, TensorFlow, PyTorch
  • Web & Core CS: Next.js, React, DSA

๐Ÿ“Š GitHub Stats


trophy graph


๐Ÿ“ˆ Contribution Graph


pacman contribution graph

๐Ÿ“ซ Reach Me

๐Ÿ“ง Email: me.yuvraj432@gmail.com
๐ŸŒ Portfolio: yuvraj-portfolio-2026.vercel.app
๐Ÿ‘จโ€๐Ÿ’ผ LinkedIn: linkedin.com/in/yuvraj432


"Code. Learn. Build. Share. Repeat."

Pinned Loading

  1. breakmoney breakmoney Public

    Split-wise like web-app

    Python

  2. AutoSched AutoSched Public

    TypeScript

  3. Resume-Ranker Resume-Ranker Public

    Developed a scalable Python/spaCy/scikit-learn prototype to automate candidate screening and feature extraction from resumes. Implemented TF-IDF, cosine similarity to rank candidates against job deโ€ฆ

    JavaScript

  4. InvestAgent InvestAgent Public

    An autonomous multi-agent system that researches any public company in real time and delivers a structured INVEST / PASS / MONITOR verdict with confidence scoring, bullish/bearish factor analysis, โ€ฆ

    TypeScript

  5. Autonomous-Support-Resolution-Agent Autonomous-Support-Resolution-Agent Public

    Python

  6. NewsAPI NewsAPI Public

    Python program gets 5 relevant news according to the query given using NewsAPI

    Python