JohannesBuchner/imagehash

Alternative to scipy.fftpack

dt99jay opened this issue · 4 comments

Many thanks for this library, I'm finding it very helpful. I'm getting the best results with phash, but would like to generate hashes in an AWS Lambda function. Lambdas have a 250Mb limit on dependencies, and SciPy takes up about 200Mb. I can probably just about squeeze imagehash and the other dependencies I need into the last 50Mb, but thought I'd check if there's an alternative to SciPy's FFT?

Have you tried googling for "FFT library python"?

(by googling "Lambdas have a 250Mb limit on dependencies")