Skip to content

siriusfreak/junction-budapest-2023

Repository files navigation

FelineGuard: Whisker Wise Deepfake Detector

Presentation

Our presentation

GPU requirement

You need TeslaV100 or higher. Preferred GPU is L40

Installation

  1. Install docker following official guide

  2. Configure Nvidia repository:

curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \
  && curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | \
    sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | \
    sudo tee /etc/apt/sources.list.d/nvidia-container-toolkit.list \
  && \
    sudo apt-get update
  1. Install the NVIDIA Container Toolkit packages:
sudo apt-get install -y nvidia-container-toolkit
  1. Configure the container runtime by using the nvidia-ctk command:
sudo nvidia-ctk runtime configure --runtime=docker

Compiling images

System relies on precimpiled images hosted in GCP registry. If you want to change something you can always run:

make all

Running network cluster

To run networks type:

make run

If you want to stop them, type:

make down

Run orchestation service

go run cmd/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •