A suite of two investment tools, a stock price forecaster and sentiment analyzer.
Built to be accurate and in-depth for low-resource machines.
- Predicts the closing stock price for the next day.
- Gathers recent finance news and analyzes the sentiment of each article.
- Creates a Plotly graph to visualize stock prices, sentiment scores, and their repective articles.
-
Install required packages using the following command:
pip install aiohttp colorama feedparser keras nltk numpy pandas plotly scikit-learn scikit-learn tensorflow yfinance
-
Change
optimizer
value inconfig.json
.
All contributions including bug fixes, improvements, and new features are welcome!