diff --git a/README.md b/README.md index 399e97f..173b65d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@
-## 📈 Stock Price Prediction +Typing SVG -![Stock Prediction Model](https://raw.githubusercontent.com/alo7lika/Stock-Price-Prediction/refs/heads/main/InvestWise%20-%20Stock%20Prediction%20Model.png) +![Stock Prediction Model](https://github.com/Karthik3904/Stock-Price-Prediction/blob/update-readme/images/Screenshot%202024-10-25%20194943.png)
@@ -56,6 +56,7 @@ Check the project structure here [Project Structure](PROJECT_STRUCTURE.md) This project focuses on predicting the stock prices of **The State Bank Of India** using machine learning regression algorithms. The dataset was collected from Yahoo Finance and contains historical stock data. + ## 🛠️ Features - Utilizes various regression algorithms for stock price prediction. @@ -96,14 +97,21 @@ The dataset used in this project is sourced from Yahoo Finance and includes hist 📋 requirements.txt # List of dependencies needed to run the project. -## 🚀 How to Run +## 🚀 How to Run `main.py` +**Steps**: +1.**If Flask is not installed, install it**: + ```bash + pip install flask + ``` +2.**Install dependencies using**: + ```bash + pip install -r requirements.txt + ``` +3.**Run the Flask app**: + ```bash + python main.py + ``` -1. Install dependencies using: - ```bash - pip install -r requirements.txt - ``` -2. Execute the notebooks in the `notebooks/` folder in the given order. -3. Run the scripts in the `src/` folder for further analysis or model training. ## 📈 Results diff --git a/images/Screenshot 2024-10-25 194943.png b/images/Screenshot 2024-10-25 194943.png new file mode 100644 index 0000000..4db6e2a Binary files /dev/null and b/images/Screenshot 2024-10-25 194943.png differ