This project is a Stock Prediction and Comparison Tool built with Streamlit. It allows users to view past stock prices, make predictions for future prices using the Prophet model, and compare the trends of two stocks.
- Users can input the stock symbol of a company to view past stock prices.
- Users can predict future stock prices using the Prophet forecasting model.
- The app allows comparing the past trends of two different stocks.
- Uses Plotly for interactive charts to visualize stock trends and predictions.
- Python 3.x
- Streamlit
- yFinance
- Prophet
- Plotly