IdeaCredIdeaCred

Yogesh-VG0/Stock_Predict_Ai

55

AI-powered stock market prediction platform with real-time analytics, news, and advanced visualization tools.

What's novel

AI-powered stock market prediction platform with real-time analytics, news, and advanced visualization tools.

Code Analysis

8 files read · 3 rounds

An AI-powered stock prediction platform that uses LightGBM with LSTM temporal embeddings to predict 1/7/30-day market-neutral alpha for S&P 75 companies, with cross-sectional ranking, SHAP explanations, and a full Next.js/Node.js/MongoDB stack serving pre-computed predictions.

Strengths

Exceptionally deep ML engineering: leakage-proof feature engineering with 77+ features, walk-forward validation with purge/embargo, prediction shrinkage, confidence calibration, per-ticker quality gates, and a well-designed LSTM-as-feature-extractor architecture. The codebase shows genuine iterative refinement (v7→v10.3) with detailed comments explaining every parameter change and its rationale.

Weaknesses

Test coverage is minimal (only one security test file visible in the backend), and several core modules are extremely large single files (predictor.py at 114KB, sentiment.py at 143KB, api/main.py at 151KB) which hurts maintainability. The cross-sectional ranking and shrinkage logic, while well-intentioned, add significant complexity that makes the prediction pipeline hard to debug or extend.

Score Breakdown

Innovation
5 (25%)
Craft
42 (35%)
Traction
9 (15%)
Scope
63 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+1

Craft

Ci+5
Tests-4
Polish+1
Releases+0
Has License+5
Code Quality+21
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+4
Has Dependency Mgmt+5

Traction

Forks+6
Stars+6
Hn Points+0
Watchers+3
Early Traction+0
Devto Reactions+0
Community Contribs+0

Scope

Commits+8
Languages+8
Subsystems+15
Bloat Penalty+0
Completeness+7
Contributors+5
Authored Files+15
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

241

Contributors

1

Files

171

Active weeks

7

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

3

Forks

1

License

AGPL-3.0