Loading repository dataβ¦
Loading repository dataβ¦
NayakwadiS / repository
π§ Indian stock market AI based prediction with deep learning framework. Predicts 5-day OHLC prices + Buy/Hold/Sell Signals with candlestick visualization.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
NSE-Neuron fetches historical data for any NSE-listed stock and uses deep learning to forecast the next 5 trading days β giving you predicted High, Low, Close prices along with BUY / HOLD / SELL signals and market regime detection.
Available as a web UI (one-click launch) and a command-line tool.
# 1. Clone
git clone https://github.com/NayakwadiS/NSE-Neuron.git
cd NSE-Neuron
# 2. Python environment
python -m venv .venv
.venv\Scripts\activate # Windows
source .venv/bin/activate # macOS / Linux
pip install -r requirements.txt
# 3. Frontend
cd src/frontend && npm install && cd ../..
start.bat # Command Prompt
Open http://localhost:5173 in your browser.
python main.py
Licensed under the terms of the LICENSE file.
Disclaimer β For educational and research purposes only. Not financial advice. The authors are not responsible for any investment decisions made based on this tool.