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?
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?