Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance README by Adding GitHub Repository Statistics Section and Project Title GIF [Fixed #173] #184

Merged
merged 11 commits into from
Oct 29, 2024
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">

## 📈 Stock Price Prediction
<a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.herokuapp.com?font=Comfortaa&size=30&duration=4000&pause=1000&color=F7F7F7&background=FFFFFF00&width=435&lines=%F0%9F%93%88+Stock+Price+Prediction" alt="Typing SVG" /></a>

![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)

</div>

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
Binary file added images/Screenshot 2024-10-25 194943.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.