diff --git a/site/index.qmd b/site/index.qmd index 635e5de..c70fadb 100644 --- a/site/index.qmd +++ b/site/index.qmd @@ -164,6 +164,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. diff --git a/site/projects.csv b/site/projects.csv index 9280fcc..93384e1 100644 --- a/site/projects.csv +++ b/site/projects.csv @@ -383,3 +383,4 @@ MesoSim Options Trading Strategy Library,"Reproducing Works, Training & Books",2 Quant-Finance-With-Python-Code,"Reproducing Works, Training & Books",2023-11-16,https://github.com/lingyixu/Quant-Finance-With-Python-Code,Repo for code examples in Quantitative Finance with Python by Chris Kelliher,True,False,lingyixu/Quant-Finance-With-Python-Code QuantFinanceTraining,"Reproducing Works, Training & Books",2023-12-12,https://github.com/JoaoJungblut/QuantFinanceTraining,"This repository contains codes that were executed during my training in the CQF (Certificate in Quantitative Finance). The codes are organized by class, facilitating navigation and reference.",True,False,JoaoJungblut/QuantFinanceTraining Statistical-Learning-based-Portfolio-Optimization,"Reproducing Works, Training & Books",2023-11-27,https://github.com/YannickKae/Statistical-Learning-based-Portfolio-Optimization,"This R Shiny App utilizes the Hierarchical Equal Risk Contribution (HERC) approach, a modern portfolio optimization method developed by Raffinot (2018).",True,False,YannickKae/Statistical-Learning-based-Portfolio-Optimization +Asset News Sentiment Analyzer,Python > Sentiment Analysis,,https://github.com/KVignesh122/AssetNewsSentimentAnalyzer,"Sentiment analysis and report generation package for financial assets and securities utilizing GPT models.",True,False,KVignesh122/AssetNewsSentimentAnalyzer \ No newline at end of file