Will Drevo
Will Drevo
That is good. I just had a hard time finding it when searching via Google, probably because I was searching for "authentication". Maybe we just add that term, ie "middleware,...
Can we also make clearer the relationship of FastAPI to starlette to newer users? Many tutorials out there reference FastAPI + Ray Serve, yet our documentation mostly calls for starlette
thoughts here? or disagree we need to make clearer?
@endrebak are you on an M1 laptop?
What needs to happen is that Dejavu should convert and fingerprint piece by piece. The fingerprinting process for a single audio track is actually embarrassingly parallel, so there's no need...
That's just the `DEFAULT_WINDOW_SIZE * DEFAULT_OVERLAP_RATIO` that I mentioned. This is the amount of overlapping required to keep the same fingerprinting behaviour. I'd welcome PRs fixing this.
Sorry, I'm really having trouble following your thoughts/code. Code sections will help, but I think an end-to-end example would be better. Can you format this all in a branch or...
what shape is the matrix? what's the dtype? usually those types of faiss errors are related to this.
It is not. Do you have a suggestion of a way to do so? Interested to hear.
This is very cool. What would be the steps to run? For compilation of the cython? If we merge this I just want to have clear instructions for people to...