Stock Prophet is a tool for analyzing and predicting stock prices using machine learning. This project uses historical stock prices data to train a Random Forest Classifier model to predict future prices.
Installation To use Stock Prophet, you need to have Python 3 installed on your system. Then, you can install the required packages using pip:
pip install -r requirements.txt
The stock-analysis.ipynb Jupyter notebook contains the code for training the machine learning model and making predictions. To use the notebook, open it in Jupyter and run the code cells.