From bebe3f87860a1924e026bab2cf273d519b42c4c1 Mon Sep 17 00:00:00 2001 From: KVignesh122 Date: Thu, 11 Jul 2024 18:20:30 +0200 Subject: [PATCH 1/2] 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. From c0aade8c56b3a91ed433021114d0d28f9d7d51f0 Mon Sep 17 00:00:00 2001 From: KVignesh122 Date: Thu, 11 Jul 2024 18:26:05 +0200 Subject: [PATCH 2/2] Updated site --- site/index.qmd | 3 +++ site/projects.csv | 1 + 2 files changed, 4 insertions(+) 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