Stock price prediction using machine learning — LSTM, Prophet
A rough prediction of stock value for the coming days/weeks/months and even years would be useful for stock traders/investors. Using LSTM and Facebook Prophet, I will create a machine learning model.
Streamlit would be used to create a web-based interface for presenting the results. Stock correlations and stock news will also be available in the web app.
Make sure you have all the required libraries installed first. Run pip install -r requirements.txt after putting these inside a text file
pandas
numpy
scikit-learn
streamlit
matplotlib
plotly
pandas_d…