LSTM Model is created to predict the closing prices of S&P BSE SENSEX
.
Sentiment Analysis is done on Times of India News Headlines
Historical data of S&P BSE SENSEX Stock is taken from Yahoo Finance
.
india-news-headlines.csv
is used for Sentiment Analysis.
- Python 3
- an IDE (preferably Google Colab)
- Pandas
- Numpy
- Matplotlib
- Sklearn
- Keras
- Tensorflow
- NLTK
All the external dependencies can be installed by using pip install -r requirements.txt
Please refer to the colab notebook here
- Rishikesh Sivakumar