From bebe3f87860a1924e026bab2cf273d519b42c4c1 Mon Sep 17 00:00:00 2001 From: KVignesh122 Date: Thu, 11 Jul 2024 18:20:30 +0200 Subject: [PATCH] Added sentiment analysis package to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d373d4b..9716022 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,9 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [alphalens](https://github.com/quantopian/alphalens) - Performance analysis of predictive alpha factors. - [Spectre](https://github.com/Heerozh/spectre) - GPU-accelerated Factors analysis library and Backtester +### Sentiment Analysis +- [Asset News Sentiment Analyzer](https://github.com/KVignesh122/AssetNewsSentimentAnalyzer) - Sentiment analysis and report generation package for financial assets and securities utilizing GPT models. + ### Quant Research Environment - [Jupyter Quant](https://github.com/gnzsnz/jupyter-quant) - A dockerized Jupyter quant research environment with preloaded tools for quant analysis, statsmodels, pymc, arch, py_vollib, zipline-reloaded, PyPortfolioOpt, etc.