A project exploring large language models for collective action coordination.
Reference: https://codeberg.org/japossert/Collective-Action-LLM/
- Python 3.8 or higher
- pip (Python package installer)
-
Clone the repository
git clone <repository-url> cd collective-action-LLM
-
Create a Python virtual environment
python -m venv venv
-
Activate the virtual environment
On macOS/Linux:
source venv/bin/activateOn Windows:
venv\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
-
Set up environment variables
cp .env.example .env # Edit .env with your configuration
deactivate- Original project: https://www.getguru.com/