Web Development Projects in JaipurWeb Development Projects in JaipurFinancial Decision Intelligence Platform — Multi-Agent Risk Analysis
Multi-agent platform (LangGraph) that ingests SEC 10-K filings via XBRL extraction, runs Altman Z-Score and Piotroski F-Score risk models, and generates investment committee reports. Pipeline includes RAG-based risk retrieval (FAISS + Sentence Transformers), XGBoost ML inference, and Gemini API report generation — served through a FastAPI backend with /analyze, /compare, and /report endpoints for multi-company investment ranking.
Stack: Python, LangChain, LangGraph, FAISS, XGBoost, FastAPI