Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashraj-n/stock-price-predictor
https://github.com/yashraj-n/stock-price-predictor
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashraj-n/stock-price-predictor
- Owner: yashraj-n
- Created: 2021-11-29T12:05:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T12:27:26.000Z (about 3 years ago)
- Last Synced: 2024-04-24T05:30:48.460Z (9 months 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
![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.