Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 912 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 912 Bytes

Stock Market Prediction App🚀

This Streamlit app uses a Random Forest model to predict stock prices based on historical data. The model predicts this by using the open price, high and low prices of the particular stock data as the predictor variables.

Home Interface

Actual v/s Prediction Values

Features

  • Fetch and display historical stock data
  • Train a Random Forest model for price prediction
  • Visualize stock price trends and model performance
  • Make predictions based on user input

Installation

  1. Clone this repository:

    git clone https://github.com/agusrajuthaliyan/Stock-Price-Prediction-App.git
    
  2. Install the required packages:

    pip install -r requirements.txt
    

Usage

Run the Streamlit app:

streamlit run app/main.py

Navigate to the provided local URL in your web browser to use the app.