Python Stock Predictor
A simple python stock Predictor
Demo
Run Locally
Clone the project
git clone https://github.com/yashraj-n/stock-price-predictor
Go to the project directory
cd stock-price-predictor
Install dependencies
pip install autots numpy pandas matplotlib seaborn
Run
python stonks.py
Usage/Examples
To download dataset, Visit Yahoo Finance, 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.