OnTrack-UG-Squad / speaker-verification-api

A public repository of work for the Speech Verification RESTful API component of the undergrad squad for Doubtfire.
MIT License
2 stars 5 forks source link

Integrate Speaker-Verification API methods into Celery #4

Closed notkurt closed 3 years ago

notkurt commented 3 years ago

Instead of trying up the web workers for Django with enrolling, processing and validating sound recordings, we should pass off these to a Celery worker. However, this will change the flow of the API.

It means we can't directly return a score for a recording, and instead we will need to specify a callback URL.

I believe we should specify the callback URL as an environment variable.

notkurt commented 3 years ago

Integrate Speaker-Verification API methods into Celery