Disclaimer: This application is for educational purposes only, and does not constitute any form of financial advice.
This application aims to forecast stock price of a company. The application is built using the Streamlit library and the data is accessed from the Yahoo Finance API. The ML model used to predict the stock price is the Long Short-Term Memory (LSTM) model, using the keras API.
- backend: Python
- frontend: Streamlit