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
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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)

Expand Down Expand Up @@ -45,6 +45,27 @@

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.

<table align="center">
<thead align="center">
<tr border: 2px;>
<td><b>🌟 Stars</b></td>
<td><b>🍴 Forks</b></td>
<td><b>🐛 Issues</b></td>
<td><b>🔔 Open PRs</b></td>
<td><b>🔕 Close PRs</b></td>
</tr>
</thead>
<tbody>
<tr>
<td><img alt="Stars" src="https://img.shields.io/github/stars/rohitinu6/Stock-Price-Prediction?style=flat&logo=github"/></td>
<td><img alt="Forks" src="https://img.shields.io/github/forks/rohitinu6/Stock-Price-Prediction?style=flat&logo=github"/></td>
<td><img alt="Issues" src="https://img.shields.io/github/issues/rohitinu6/Stock-Price-Prediction?style=flat&logo=github"/></td>
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/rohitinu6/Stock-Price-Prediction?style=flat&logo=github"/></td>
<td><img alt="Closed Pull Requests" src="https://img.shields.io/github/issues-pr-closed/rohitinu6/Stock-Price-Prediction?style=flat&color=critical&logo=github"/></td>
</tr>
</tbody>
</table>

## 🛠️ Features

- Utilizes various regression algorithms for stock price prediction.
Expand Down
Loading