InstallationΒΆ

It is easiest to use LLaMEA from the PyPI package:

pip install llamea

Important

The Python version must be >= 3.10. 3.11 is recommended. An OpenAI/Gemini/Ollama API key is needed for using LLM models.

You can also install the package from source using Poetry (1.8.5).

  1. Clone the repository:

    git clone https://github.com/xai-liacs/LLaMEA.git
    cd LLaMEA
    
  2. Install the required dependencies via Poetry:

    poetry install