victor369basu/Real-time-stock-market-prediction

In this repository, I have developed the entire server-side principal architecture for real-time stock market prediction with Machine Learning. I have used Tensorflow.js for constructing ml model architecture, and Kafka for real-time data streaming and pipelining.

41
/ 100
Emerging

The architecture implements parallel processing through dual Kafka topics—one streaming to MongoDB for storage and training, another to TensorFlow.js for real-time inference using pre-trained model weights. Data preprocessing uses MinMax-Scalar normalization on time-series stock data, with the model trained on 80/20 split and performing 8-step-ahead predictions by consuming 7 prior observations. Node.js producers/consumers enable simultaneous model training and live predictions across the pipeline without blocking I/O.

648 stars. No commits in the last 6 months.

No License Stale 6m No Package No Dependents
Maintenance 0 / 25
Adoption 10 / 25
Maturity 8 / 25
Community 23 / 25

How are scores calculated?

Stars

648

Forks

122

Language

JavaScript

License

Last pushed

Feb 03, 2021

Commits (30d)

0

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/victor369basu/Real-time-stock-market-prediction"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.