← all repositories
0xemmkty/QuantMuse

A trading stack that mixes factor math, ML models, and GPT opinions

QuantMuse pairs classical factor investing with GPT market commentary and an optional C++ execution layer.

2.8k stars Python Domain Apps
QuantMuse
Not currently ranked — collecting fresh signals.
star history

What it does

QuantMuse is a Python-centric quantitative trading system that ingests market data from Binance, Yahoo Finance, and Alpha Vantage, runs it through multi-factor models and machine learning, and surfaces results via FastAPI and Streamlit dashboards. It bundles backtesting, portfolio optimization, and risk controls including VaR, CVaR, and drawdown limits. An optional C++ backend is meant to handle low-latency order execution.

The interesting bit

The project treats GPT as a first-class analyst: there is dedicated LLM integration for market analysis and strategy recommendations alongside classical XGBoost, Random Forest, and neural network models. It also splits the stack into a high-level Python layer for data science and a C++ core for execution, which is more architectural ambition than most repos at this star count attempt.

Key highlights

  • Multi-factor screening (momentum, value, quality, size, volatility) with mean-variance and risk-parity optimization
  • Real-time WebSocket feeds and Redis caching, with SQLite and PostgreSQL storage support
  • 8+ built-in quantitative strategies in an extensible registry
  • AI layer using OpenAI GPT, NLP sentiment analysis, and traditional ML models (XGBoost, Neural Networks)
  • Optional C++17 backend for execution and risk management
  • Modular documentation split across five separate README files for factors, AI, strategies, web UI, and LangChain

Caveats

  • The README still contains placeholder links like yourusername/tradingsystem, suggesting the documentation has not been fully updated for this repository.
  • Despite badges claiming “Production Ready,” the disclaimer states the software is for “educational and research purposes only,” so the maturity level is unclear.
  • The C++ backend is optional and requires a separate CMake build; the core experience appears to be pure Python.

Verdict

Worth a look if you are building a quant research environment and want LLM sentiment analysis wired into a conventional factor-investing framework. Skip it if you need an audited production trading system—the educational disclaimer and placeholder docs suggest it is still a learning and prototyping tool.

Frequently asked

What is 0xemmkty/QuantMuse?
QuantMuse pairs classical factor investing with GPT market commentary and an optional C++ execution layer.
Is QuantMuse open source?
Yes — 0xemmkty/QuantMuse is open source, released under the MIT license.
What language is QuantMuse written in?
0xemmkty/QuantMuse is primarily written in Python.
How popular is QuantMuse?
0xemmkty/QuantMuse has 2.8k stars on GitHub.
Where can I find QuantMuse?
0xemmkty/QuantMuse is on GitHub at https://github.com/0xemmkty/QuantMuse.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.