feat: added readme stuff

This commit is contained in:
Hazel 2025-04-24 11:59:03 +02:00
parent 529e1af517
commit 8753e1e05f

View File

@ -21,3 +21,13 @@ pip install .
# Step 3: Run the secure-pixelation command
secure-pixelation
```
## Setup LaMa
This is the generative ai model to impaint the blacked out areas.
```
mkdir -p ./big-lama
wget https://huggingface.co/smartywu/big-lama/resolve/main/big-lama.zip
unzip big-lama.zip -d ./big-lama
```