This web app predicts the Closing Price and the Highest Price of Stock of any registered company as a function of their input parameters (Stock Code, Starting date and Ending date).
The Machine Learning Algorithm used for the model is "Long Short-term Memory" , "Moving Mean" , "Linear Regression" Out of all three algorithm mention above we have choosen the best one for given problem statement
The web app was built in Python using the following libraries:
- streamlit
- pandas
- pandas_datareader.data
- pickle