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).
Clone the repository:
git clone https://github.com/xai-liacs/LLaMEA.git cd LLaMEA
Install the required dependencies via Poetry:
poetry install