bellingcat / open-questions

Want to contribute? These are difficult, long-term projects that could be valuable to open source investigators at Bellingcat and around the world.
326 stars 15 forks source link

Lay ENF analysis has been POC'd by Robert Heaton #16

Closed m31r2701 closed 6 months ago

m31r2701 commented 1 year ago

Details of the proof-of-concept here: https://robertheaton.com/enf/

His example code on GitHub: https://github.com/robert/enf-matching

He explains that his code can be extended to:

This isn't really an open question any more - ENF matching is now a trivial problem that anyone with intermediate Python skills can solve by slightly modifying Heaton's code.

milesmcc commented 10 months ago

I disagree that it's trivial; sure, you can exact the ENF signal from a recording, but doing so reliably and matching that signal with real ENF databases remains out of reach for most. I think there is still an opportunity here for someone to make a great tool.

m31r2701 commented 10 months ago

@milesmcc tbf, given that no-one seems to have forked the code to release a public tool yet, I was probably being a bit cavalier describing it as a "trivial" problem

milesmcc commented 10 months ago

@dmw94:

@milesmcc tbf, given that no-one seems to have forked the code to release a public tool yet, I was probably being a bit cavalier describing it as a "trivial" problem

All good! I just want to make sure no one sees this and thinks that the work is done.