From f954cbebc99c8e55dae73e89bab437126717c46e Mon Sep 17 00:00:00 2001 From: yi <1353370501@qq.com> Date: Sat, 11 Jul 2026 21:31:27 +0800 Subject: [PATCH 1/2] Add FinAI Research Workflow (awesome-quant) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 24e601344..6799c6901 100644 --- a/README.md +++ b/README.md @@ -537,6 +537,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Jupyter Quant](https://github.com/gnzsnz/jupyter-quant) - `Python` - A dockerized Jupyter quant research environment with preloaded tools for quant analysis, statsmodels, pymc, arch, py_vollib, zipline-reloaded, PyPortfolioOpt, etc. +- [FinAI Research Workflow](https://github.com/csmar432/finai-research) - `Python` - End-to-end empirical-research workflow (43 data sources, 47 econometric methods, 30 journal templates) with HITL gates. + + + ## Cross-Language Frameworks - [RunMat](https://runmat.org) - High performance, Open Source, MATLAB syntax runtime. [GitHub](https://github.com/runmat-org/runmat) From 5c266f22ee4bf357a07f327838dbfe628169295b Mon Sep 17 00:00:00 2001 From: yi <1353370501@qq.com> Date: Sat, 11 Jul 2026 22:02:16 +0800 Subject: [PATCH 2/2] Add FinAI Research Workflow (awesome-quant)