1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 02:50:58 +08:00
Files
qlib/qlib/finco

This is an experimental branch of "FInancial COpilot of Qlib"

Installation

  • To run this module, you need to first install Qlib following the instruction in install-from-source or follow:
python -m pip install git+https://github.com/microsoft/qlib.git@finco
  • then you need to install other dependencies of finco:
python -m pip install pydantic openai python-dotenv

Quick run

To run this module, you can start the workflow easily with one command:

cd qlib/finco; python cli.py "your prompt"