Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How do I install and configure the ContestTrade Framework?

2025-08-21 40

Installation steps

  1. environmental preparation: Install Git and Python 3.10
  2. Code Fetch: Cloning a project locally using the git command
    git clone https://github.com/FinStep-AI/ContestTrade.git
    cd ContestTrade
  3. virtualized environment: recommend using conda to create a standalone environment
    conda create -n contesttrade python=3.10
    conda activate contesttrade
  4. Dependent Installation::
    pip install -r requirements.txt

Configuration points

The program must be configured before runningconfig.yamlDocumentation:

  • Required Configurations::
    • TUSHARE_KEY: API key for the Tushare data platform
    • LLM: API Configuration for Large Language Models (api_key, base_url, model_name)
  • Optional configuration items::
    • BOCHA_KEY/SERP_KEY: Search Engine APIs
    • LLM_THINKING: Deep Inference Model Configuration
    • VLM: Visual Language Model Configuration

caveat

Configuration of a Tushare key is a core requirement, and the system is currently used for A-share market analysis. It is also recommended to configure at least one search engine API to enhance the intelligence's ability to access information.

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top

en_USEnglish