The term project for Big Data Analytics. A simple web app for stock price prediction.
| Screenshot |
|---|
![]() |
Step 1. Create a conda environment. (We have tested on Python 3.9)
Step 2. Install the following libraries.
conda install -c conda-forge prophet
pip install plotly, pytrends, yfinance, Flask
Step 3. Run python app.py.
