Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik3904 authored Oct 24, 2024
1 parent 2ddac8e commit 8d80940
Showing 1 changed file with 22 additions and 1 deletion.
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

0 comments on commit 8d80940

Please sign in to comment.