Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.01 KB

File metadata and controls

39 lines (25 loc) · 1.01 KB

Stock Market Predictor using Prophet

Overview

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.

Getting Started

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

Sample Outputs

Google Stock Forecast