quant-mind logo

quant-mind

Enrichment pending
LLMQuant/quant-mind

QuantMind is an intelligent knowledge extraction and retrieval framework for quantitative finance.

GraphCanon updated today · GitHub synced today

2.0k stars345 forksLast push today Python MIT

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (0d since push)
As of today
Provenance
Not a fork · Organization account
As of today
Security (OSV)
No lockfile
As of today

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install quant-mind
PyPI

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

QuantMind is an intelligent knowledge extraction and retrieval framework for quantitative finance.

Capability facts

Languages
python

Source: github.language+pyproject.toml · Jul 15, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 15, 2026)

We use [uv](https://github.com/astral-sh/uv) for fast and reliable Python package management.
Source link

Tags

README

🚀 Quick Start

We use uv for fast and reliable Python package management.

Prerequisites:

  • Python 3.8+
  • Git

Installation:

  1. Install uv (if not already installed):

    # On macOS and Linux
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
    # On Windows
    powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
    
    # Or using pip
    pip install uv
    
  2. Clone the repository:

    git clone https://github.com/LLMQuant/quant-mind.git
    cd quant-mind
    
  3. Create and activate virtual environment:

    # Create a virtual environment
    uv venv
    
    # Activate it
    # On macOS/Linux:
    source .venv/bin/activate
    
    # On Windows:
    .venv\Scripts\activate
    
  4. Install dependencies:

    uv pip install -e .
    

License

QuantMind is released under the MIT License—see LICENSE for details.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.