A web application that predicts stock prices using historical data and machine learning techniques. This project utilizes the Yahoo Finance API for data retrieval and the Prophet library for forecasting.
- Predicts stock prices for various stocks including AAPL, AMZN, GOOG, and more.
- Interactive visualization of stock prices over time using Plotly.
- Forecasts future stock prices based on historical data.
- User-friendly interface built with Streamlit.
- Python
- Streamlit
- Yahoo Finance API (yfinance)
- Prophet (for forecasting)
- Plotly (for interactive visualizations)
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/<username>/price-predictor.git cd price-predictor