Skip to content

Commit b4f390f

Browse files
Update README.md
1 parent 9c7d04d commit b4f390f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stock Market Prediction App🚀
22

3-
This Streamlit app uses a Random Forest model to predict stock prices based on historical data.
3+
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.
44

55
## Home Interface
66
![](src/Home.png)
@@ -19,7 +19,6 @@ This Streamlit app uses a Random Forest model to predict stock prices based on h
1919
1. Clone this repository:
2020
```
2121
git clone https://github.com/agusrajuthaliyan/Stock-Price-Prediction-App.git
22-
cd stock-market-prediction
2322
```
2423

2524
2. Install the required packages:

0 commit comments

Comments
 (0)