Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashraj-n/stock-price-predictor


https://github.com/yashraj-n/stock-price-predictor

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Python Stock Predictor

A simple python stock Predictor

## Demo

![Demo](https://cosi.is-inside.me/q8qsVXse.png)

## Run Locally

Clone the project

```bash
git clone https://github.com/yashraj-n/stock-price-predictor
```

Go to the project directory

```bash
cd stock-price-predictor
```

Install dependencies

```bash
pip install autots numpy pandas matplotlib seaborn
```

Run

```bash
python stonks.py
```

## Usage/Examples

To download dataset,
Visit [Yahoo Finance](https://finance.yahoo.com/), search for your desired stock/cryptocurrency

![search](https://cosi.is-inside.me/swT32CEh.png)

Then, goto historical dataset

![historical data](https://cosi.is-inside.me/bumTfS8p.png)

and click on download

![download data](https://cosi.is-inside.me/75gc59Nr.png)

save the file in the same folder as of repo and then run it.