Cybersecurity AI
Installation
1) Clone the project and read the guide on how to configure the tool properly
git clone https://github.com/aliasrobotics/cai
cd cai2) Create a Python virtual environment
python3 -m venv cai_env
source cai_env/bin/activate3) Install
pip install cai-framework3) Start
caiLast updated