An interactive stock dashboard, enabling users to input stock codes, select dates, and visualize trends, indicators, and forecasts.
Utilized yfinance for historical data and integrated SVR model for predictive analysis, showcasing interactive charts and forecasts.
Clone the project
git clone https://github.com/yashverma3/stock-prediction-dash
Install dependencies
pip install -r requirements.txt
Run
flask run
Python, Dash, Flask, Pandas, Sk-learn, Plotly, yFinance, HTML, CSS