Skip to content

Commit

Permalink
Merge pull request #184 from Karthik3904/update-readme
Browse files Browse the repository at this point in the history
Enhance README by Adding GitHub Repository Statistics Section and Project Title GIF [Fixed #173]
  • Loading branch information
rohitinu6 authored Oct 29, 2024
2 parents 5794a6a + 43f8eda commit 714281c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
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.

0 comments on commit 714281c

Please sign in to comment.