Skip to content
SJShreesht Jagga

Projects

Each project started with curiosity about how something works and turned into a running service.

FeaturedFlagship project

ReqSense AI

An AI-powered requirements-gathering platform where an AI assistant sits between client and developer, catching contradictions in real time.

FastAPIPostgreSQLRedisCeleryGroq LLMChromaDBReactJWT
Source Code

DataPulse: Agentic AI Data Analysis & Research Platform

A four-agent system that runs automated statistical, ML, and RAG-based analysis over large JSON/CSV datasets.

LangGraphGroq LLMChromaDBFastAPIRedisJWT

Quantitative Trading Signal Model (NSE Stock Predictor)

A quantitative model predicting next-day NSE stock direction with 78% accuracy using an XGBoost classifier.

XGBoostTime SeriesFeature EngineeringStreamlitPandas

Stress Level Predictor

A machine learning web app that predicts stress level from everyday lifestyle factors.

Random ForestScikit-learnStreamlitClassification

Chess Game Using Alpha-Beta Pruning

A Python chess engine where a human plays an AI opponent driven by Minimax with Alpha-Beta Pruning.

PythonMinimaxAlpha-Beta Pruningpython-chess