https://github.com/yashraj-n/stock-price-predictor
https://github.com/yashraj-n/stock-price-predictor
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashraj-n/stock-price-predictor
- Owner: yashraj-n
- Created: 2021-11-29T12:05:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T12:27:26.000Z (over 3 years ago)
- Last Synced: 2024-04-24T05:30:48.460Z (about 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Stock Predictor
A simple python stock Predictor
## Demo

## 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
Then, goto historical dataset

and click on download

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