This project implements a stock market predictor using Facebook's Prophet library, a forecasting tool developed by Facebook for time series data. The predictor utilizes historical stock data to generate forecasts, helping users make informed investment decisions. The data related to all the stocks is fetched using the Yahoo Finance APIs. Yahoo Finance pulls the data related to all US based stocks.
Download or clone the repository from GitHub:
git clone https://github.com/BhakeSart/Stock-Market-Predictor-using-Prophet.git
Create a virtual environment:
conda create --name <env_name>
conda activate <env_name>
Install the necessary packages:
pip install -r requirements.txt
Run the project:
python runserver.py