Private and secure AI tools for everyone's productivity.
mkdir secure-ai-tools && cd secure-ai-tools
The script downloads docker-compose.yml
and generates a .env
file with sensible defaults.
curl -sL https://github.com/SecureAI-Tools/SecureAI-Tools/releases/latest/download/set-up.sh | sh
Customize the .env
file created in the above step to your liking.
To accelerate inference on Linux machines, you will need to enable GPUs. This is not strictly required as the inference service will run on CPU-only mode as well, but it will be slow on CPU. So if your machine has Nvidia GPU then this step is recommended.
- Install Nvidia container toolkit if not already installed.
- Uncomment the
deploy:
block indocker-compose.yml
file. It gives inference service access to Nvidia GPUs.
docker compose up -d
-
Login at http://localhost:28669/log-in using the initial credentials below, and change the password.
-
Email
-
Password
SecureAIToolsFTW!
-
-
Set up the AI model by going to http://localhost:28669/-/settings?tab=ai
-
Navigate to http://localhost:28669/- and start using AI tools