Project analyzes Amazon Stock data using Python. Feature Extraction is performed and ARIMA and Fourier series models are made. LSTM is used with multiple features to predict stock prices and then sentimental analysis is performed using news and reddit sentiments. GANs are used to predict stock data too where Amazon data is taken from an API as Generator and CNNs are used as discriminator.
You may have to look at datasources like Kaggle or open stock data sources and scrape data or use an API. I used both. I think something similar to this is there somewhere on Kaggle.
Where are the sources for the data mentioned in the sentimental analysis component?Can you please give a brief on that?