https://github.com/yashverma3/stock-prediction-dash
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.
https://github.com/yashverma3/stock-prediction-dash
css dash flask html pandas plotly python sk-learn yfinance
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/yashverma3/stock-prediction-dash
- Owner: yashverma3
- Created: 2023-08-22T21:14:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T20:08:29.000Z (almost 3 years ago)
- Last Synced: 2025-08-02T01:40:35.834Z (11 months ago)
- Topics: css, dash, flask, html, pandas, plotly, python, sk-learn, yfinance
- Language: Python
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

## Fetching Details of a company using Stock Code

## Stock Price prediction graph

## Indicators and forecast graph

## Run Locally
Clone the project
```bash
git clone https://github.com/yashverma3/stock-prediction-dash
```
Install dependencies
```bash
pip install -r requirements.txt
```
Run
```bash
flask run
```
## Tech Stack
Python, Dash, Flask, Pandas, Sk-learn, Plotly, yFinance, HTML, CSS