The Stock Prediction Web App uses Streamlit, yfinance, and Prophet libraries for interactive stock predictions. Users input a stock symbol, set the forecast period, and receive graphical representations of historical data and forecasts. With Plotly for visualization, the app prioritizes simplicity, aiming to empower users with insights for informed financial decisions.
- User Input: Enter a stock ticker symbol and set the forecast period.
- Visualization: View historical data, forecast trends, and component analysis.
- Simplified Analysis: Get insights into future stock price movements.
-
Prerequisites:
- Python 3.x
- Install required packages:
pip install -r requirements.txt
-
Run the App:
streamlit run prediction.py