In the modern age of investing, the availability of data on investor sentiment allows us to extrapolate future buying and selling decisions based on mass media. In this project, we will attempt to use sentiment analysis to predict stock market valuation in the short term.
- We are performing NLP analysis on Tweets relevant to the stock/company.
- Using these quantitative results from the NLP analysis we will attempt to predict the value of the stock in the near future.
- Inform users of the stocks that we predict will go up or down.
- Provide users with trending tweets about each company to provide further insight and relevant news.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
yarn install
yarn start
yarn run build
Explain how to run the automated tests for this system
Add additional notes about how to deploy this on a live system