Skip to content

Instantly share code, notes, and snippets.

@glilco
glilco / Diarização de áudio com o Whisper e o pyannote_whisper.md
Last active December 31, 2024 01:26
Diarização de áudio com o Whisper e o pyannote_whisper

Documentando a criação do docker para diarização (transcrição com nomes) de áudios utilizando Whisper e pyannote.

Criação do Docker

Para a criação do Docker, foi utilizado o comando:

docker run --name transcreve --security-opt seccomp:unconfined -v /home/murilo/docker/:/home/docker --gpus all -e NVIDA_DRIVER_CAPABILITIES=all -ti ubuntu:rolling /bin/bash
@glilco
glilco / IntegrationOfAtomWithLdapAndKeycloak.md
Last active September 5, 2024 23:56
Integration of Atom with LDAP and Keycloak

Integration of Atom with Ldap and Keycloak

This document aims to present the integration of Atom with LDAP and Keycloak to allow the creation of new users through a web interface.

The operating system used is Ubuntu 22.04.4 LTS with packages updated until September 5, 2024. The Atom test version will be used on Vagrant, OpenLdap installed on the Vagrant virtual machine, and Keycloak installed via Docker inside the virtual machine.

Installing Atom

For this installation, we will follow the documentation available at: https://www.accesstomemory.org/en/docs/2.5/dev-manual/env/vagrant/

First, to install Atom, we need to install VirtualBox and Vagrant.

@glilco
glilco / RenderServerSetting.md
Last active June 6, 2025 12:32
Setting up a render server for kdenlive projects with docker

I am documenting my experience creating a render server for the kdenlive project using Docker. Although some of the findings are not optimal, they are the solutions I found to the problems. I believe that this information will be useful to other people with similar issues.

The Scenario

There was a server available with four GeForce GTX Titan Black GPUs, running Debian 9 Stretch. However, the system was outdated, and I could not upgrade it since other users were running projects on that server.

First attempts

My first attempt was to install ffmpeg and melt, but I couldn't because the apt sources were outdated. I then tried to enable backport repositories, but I was unable to install the packages.