STOCK PREDICTION FOR LONG TERM
Step1:Install necessary libraries using pip install command.
Step2:Download necessary stock data for free from sites like NSE.
Step3:Give the path of stocks data file in the code ---->data = pd.read_csv('../Data/RELIANCE.csv', parse_dates=['Date'], index_col='Date')
Step4:Run the python file.