Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.19 KB

Stock Prediction Dashboard

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.

Home Page

Screenshot (22)

Fetching Details of a company using Stock Code

Screenshot (23)

Stock Price prediction graph

Screenshot (24)

Indicators and forecast graph

Screenshot (25)

Run Locally

Clone the project

  git clone https://github.com/yashverma3/stock-prediction-dash

Install dependencies

  pip install -r requirements.txt

Run

  flask run

Tech Stack

Python, Dash, Flask, Pandas, Sk-learn, Plotly, yFinance, HTML, CSS