CleverBee offers a fully automated installation process with the following steps:
- environmental preparation: Ensure that python3, git, jq, and other basic dependencies are installed on your system (macOS users can install them with a single click via Homebrew).
- Warehouse Cloning: Implementation
git clone https://github.com/SureScaleAI/cleverbee.gitGet the latest code - Script Installation: Run
bash setup.shAuto-complete:- Python Virtual Environment Construction
- Hardware detection and CUDA acceleration configuration (NVIDIA GPUs require ≥24GB of video memory)
- Local GGUF model download (optional)
- API Configuration: Edit the .env file to add a cloud model key (Gemini/Claude), or configure a local model via Hugging Face login
After the installation is complete, use the bash run.sh Launch the Chainlit-based interactive interface. It is recommended to prioritize testing the cloud model for the first run, and then try local deployment after the basic functionality has been verified.
This answer comes from the articleCleverBee: open source AI research assistant generates citation studiesThe































