CoolFace
Apppublic

Sai-ban111/ADVANCED-STOCK-MARKET-INTELLIGENCE-AND-PREDICTION-SYSTEM

sourceHugging Faceupdated 5mo agoView on Hugging Face
6likes
App README

APEX AI: Advanced Stock Market Intelligence v3.0

[image]

APEX AI is a professional-grade stock market analysis and prediction system. It combines deep learning (LSTM/TCN), real-time data orchestration, and a 3-gate confluence engine to deliver high-conviction trading signals.

๐Ÿš€ Key Features

  • โ€”3-Gate Confluence Engine: Signals only pass if they clear three distinct hurdles:
  • โ€”Gate 1 (Volatility): Predictive "cone" width must be within stable bounds.
  • โ€”Gate 2 (Sentiment): Real-time FinBERT analysis of latest news must align with the signal.
  • โ€”Gate 3 (Technical): RSI and momentum indicators must confirm the entry/exit.
  • โ€”Async High-Performance Screener: Concurrently analyzes the entire NSE watch-list in seconds using asyncio.
  • โ€”Mission Control Dashboard: A premium, real-time interface featuring:
  • โ€”Live Market Pulse (Nifty 50, VIX, FII/DII Flows).
  • โ€”Neural Forecast Charts with P10/P50/P90 confidence intervals.
  • โ€”Interactive Sparklines and Sentiment Gauges.
  • โ€”Paper Trading Simulator: Realistic portfolio management with historical performance tracking.
  • โ€”SEBI Bulk Deal Integration: Track institutional footprints directly from NSE data.

๐Ÿ› ๏ธ Tech Stack

Backend

  • โ€”Core: Python 3.10+ & FastAPI
  • โ€”AI/ML: TensorFlow 2.15, TFLite (with Flex Ops), Scikit-Learn
  • โ€”Data: yfinance (Hardened Session), Pandas, NumPy
  • โ€”NLP: Transformers (FinBERT) for sentiment analysis

Frontend

  • โ€”Framework: React 18 (Vite) + TypeScript
  • โ€”Styling: Tailwind CSS (Glassmorphism UI)
  • โ€”Charts: Lightweight Charts (TradingView), Recharts
  • โ€”State Management: Zustand
  • โ€”Icons: Lucide React

๐Ÿ“ฆ Installation

Prerequisites

  • โ€”Node.js 18+
  • โ€”Python 3.10+

1. Setup Backend

bash
git clone https://github.com/Saighodke00/AI-Stock-market-prediction-master-0001.git
cd AI-Stock-market-prediction-master-0001
python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
pip install -r requirements.txt
python main.py

2. Setup Frontend

bash
cd frontend
npm install
npm run dev

๐Ÿ—๏ธ System Architecture

  • โ€”main.py: FastAPI backend entry point and signal orchestration.
  • โ€”utils/data_pipeline.py: Robust data fetching and feature engineering.
  • โ€”utils/sentiment.py: News scraping and FinBERT sentiment scoring.
  • โ€”models/: Pre-trained LSTM and TCN models (Keras & TFLite).
  • โ€”frontend/src/: Modern React dashboard components.

๐Ÿ‘ฅ The Team

  • โ€”Sai Narendra Ghodke - Lead AI Architect
  • โ€”Sunraj Shetty - Quantitative Analyst
  • โ€”Siddhartha Vijay Bhosale - Full-Stack Engineer

๐Ÿ“œ License

Educational Purpose Only. Built with โค๏ธ for financial intelligence.