Skip to content

A backend api for using pyannote.audio in docker, built in Python with FAST API

Notifications You must be signed in to change notification settings

harvmaster/PyAnnote.audio-Webservice-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAnnote.audio Docker Webservice

A easy to setup web api for PyAnnote.audio for docker made in python.

Get your Hugging Face API key here

Docker-compose

version: "3.3"

services:
    whisper_pyannote:
        image: harvmaster/pyannote-api:latest
        container_name: "pyannote-api"
        environment: 
            - ALLOW_ORIGINS=*
            - HF_API_KEY= // Use your Hugging Face API key, per above
        ports:
            - 9000:9000

Routes

POST /diarize

BODY {
    audio_file: File
}

About

A backend api for using pyannote.audio in docker, built in Python with FAST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published