Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 461 Bytes

File metadata and controls

5 lines (5 loc) · 461 Bytes

Forecasting-Project

Stock Market Data Forecasting by using Machine Learning and Deep Learning Algorithms.

  1. Got stocks real life data from from NSE by using tvDatafeed library.
  2. Built various ML and DL algorithms for forecasting of stocks prices like ARIMA, FBprophet and LSTM.
  3. Developed an application using streamlit which gives forecated closing price of a stock whichever select by a user for checking either it was beneficial for investing or not.