CoolFace
Apppublic

thinkingEverytime/QuantOracle

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes
CV.md18 linesDownload Raw Back to root
1# PROJECT2 3## QuantOracle — AI Financial Portfolio Manager & Stock Market Analyst (Personal Project)4# PROJECT5 6## QuantOracle — India-First Quant Research & Portfolio Intelligence Platform  7**Live Production App** | **Streamlit Cloud** | **Full CI/CD Pipeline** | **MIT License**8 9- **Architected and deployed** a comprehensive quantitative research platform for Indian equities featuring **real-time market analysis**, portfolio risk management, and machine learning-based stock screening across NSE cash equities, ETFs, and indices with integrated technical indicators and visualization dashboards.10- **Designed EOD automated ML pipeline** leveraging GitHub Actions for daily market screening; implemented **ridge regression model** (closed-form, no sklearn dependency) predicting 5-day forward returns using engineered features (**recent returns, volatility, SMA ratios, RSI14**) with published artifacts workflow for **instant UI rendering** on Streamlit Cloud.11- **Implemented multi-strategy trading signal framework** including **moving average crossovers** (SMA20/SMA50), multi-factor technical scoring, and mean reversion strategies (Bollinger Bands + RSI); generated **constraint-based long/short portfolios** with configurable gross/net exposure and per-name weight caps for risk-managed position sizing.12- **Built comprehensive risk analytics suite** calculating **VaR (95/99 percentile)**, maximum drawdown, beta, and correlation metrics against market proxies (NIFTYBEES.NS); integrated **portfolio P&L tracking**, holdings management, and rebalancing suggestions for quantitative portfolio optimization.13- **Engineered data pipeline** integrating **Groww Trade API** for reliable NSE EOD data with Yahoo Finance fallback; structured modular architecture (**frontend/quant/scripts/tests**) with **pytest suite**, CI/CD workflows, and **50% test coverage baseline**; deployed with ephemeral storage handling via published-artifacts pattern.14- **Impact:** Backtested strategies on **10 years of historical data** with transaction-cost-aware simulation (simulated $100M AUM); realized **~+2.0% annualized alpha vs benchmark** and **Sharpe ≈0.35**; reduced manual lookup/analysis time **~40%** via consolidated dashboards and feature snapshots.15 16**Technology Stack:** Python 3.12 | Streamlit | Pandas/NumPy | GitHub Actions | Parquet | Ridge Regression (custom implementation) | Technical Indicators (RSI, Bollinger Bands, Moving Averages) | Risk Metrics (VaR, Drawdown, Beta)  17 18**GitHub:** [QuantOracle Repository](https://github.com/rishigupta2004/QuantOracle) | **Live App:** [QuantOracle Streamlit](https://quantoracle-7udw2wxfmnspu4swpjlykc.streamlit.app)