Skip to content

IEEE-VIT/stock-price-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock Price Predictor

A simple stock price predictor using Linear Regression.
This project is designed for learning about open source by resolving beginner-friendly issues.

Dataset

This project uses Apple stock prices.
You can find the dataset here: Apple Stock Data on Kaggle

How to Contribute

  1. Fork this repository.
  2. Clone your fork:
    git clone <your-fork-url>
  3. Create a new branch for your changes:
    git checkout -b my-feature
  4. Fix or enhance the code.
  5. Commit and push your changes:
    git add .
    git commit -m "Describe your change"
    git push origin my-feature
  6. Open a Pull Request (PR) on GitHub.

Setup

  1. Install dependencies:
    pip install -r requirements.txt
  2. Run the predictor:
    python predictor.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages