Skip to content

TechyDarsh/StockPrediction_Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ˆ Real-Time Stock Market Dashboard

This application provides an interactive dashboard for visualizing real-time stock data with selectable indicators.

Features

  • Real-time data fetching using Yahoo Finance
  • Interactive plots with Bokeh
  • Selectable stocks and indicators (SMA, EMA, RSI)

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/yourusername/StockMarket_Dashboard.git
    cd StockMarket_Dashboard
    
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Run the application:

    bokeh serve --show app.py
    

The dashboard will open in your default web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published