Skip to content
View sackri10's full-sized avatar

Block or report sackri10

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

Hi there, I'm DSK πŸ‘‹

I'm a .Net FullStack Web Developer and Agent AI Engineer based in Hyderabad , with a passion for building intelligent, scalable applications at the intersection of Full stack Web Development and Generative AI. My work focuses on creating practical, API-driven solutions that leverage the power of modern AI and serverless technologies.


πŸš€ What I'm Focused On

  • πŸ€– Building AI Agents & RAG Systems: Designing and implementing intelligent agents with LangChain and LangGraph that can use tools to interact with real-world systems.
  • ☁️ Scalable Cloud Solutions: Architecting and deploying serverless applications on AWS using services like Lambda, API Gateway, S3, and DynamoDB.
  • πŸ“Š End-to-End Data & ML Pipelines: Creating robust data processing workflows and deploying machine learning models as scalable APIs.
  • ⚑ High-Performance APIs: Developing clean, efficient APIs with FastAPI to serve as the backbone for AI applications.

πŸ› οΈ My Tech Toolbox

Languages & Data

Python SQL Pandas

AI & Machine Learning

LangChain LangGraph OpenAI Scikit-Learn

Cloud & DevOps

AWS AWS Lambda Amazon S3 Amazon DynamoDB AWS Bedrock FastAPI Docker


πŸš€ Featured Projects

A few highlights from my repositories, focusing on advanced AI systems:

Project Description Tech Stack
πŸ€– LangGraph Multi-Agent System An advanced multi-agent system where a supervisor agent delegates tasks to specialized agents (e.g., a Researcher with web search, a Chart Generator). Demonstrates complex agentic workflows and collaboration. LangGraph, LangChain, OpenAI, Tavily
🧠 Corrective RAG (C-RAG) A self-correcting RAG pipeline built with LangGraph. The system grades the relevance of retrieved documents and dynamically decides whether to generate an answer, re-query the vector store, or perform a web search for up-to-date information. LangGraph, LangChain, ChromaDB, Tavily
πŸ’¬ AutoGen Multi-Agent Chat Implementation of a collaborative multi-agent chat using Microsoft's AutoGen framework. Defines multiple agent roles (e.g., Coder, Critic) that work together in a group chat to accomplish a user's goal. AutoGen, OpenAI

πŸ“Š My GitHub Stats

S K's GitHub stats Top Languages


πŸ“« Get in Touch

I'm always open to discussing new projects, creative ideas, or opportunities to collaborate. Feel free to connect with me!

LinkedIn

Popular repositories Loading

  1. APO APO Public

    APO

    C#

  2. Mvc5Project Mvc5Project Public

    Forked from MeKBiT/Mvc5Project

    C#

  3. AngularJSVotingApp AngularJSVotingApp Public

    Voting App

    C#

  4. M4MoviesApp M4MoviesApp Public

    Forked from SibeeshVenu/M4MoviesApp

    An Angular application which uses Asp.net core and TMDB as a back end. This includes login, register, guard features. The authorized users can add movies to their watch lists and update the comment…

    TypeScript

  5. ng5 ng5 Public

    Forked from SibeeshVenu/ng5

    This is a simple Angular 5 application

    TypeScript

  6. M4MoviesApi M4MoviesApi Public

    Forked from SibeeshVenu/M4MoviesApi

    An Asp.Net core API which uses Micro services to get the move data from TMDB database, and uses Repository pattern and unit of work design for saving some movies to SQL database. It includes login,…

    C#