AsuharietYgvar/AppleNeuralHash2ONNX
Converts Apple's CoreML NeuralHash model to ONNX format for portability and broader compatibility.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
This repository provides tools to convert Apple’s NeuralHash model, a perceptual hashing system based on neural networks used in CSAM detection, from CoreML format to ONNX. The project extracts model files from macOS/iOS systems and uses coremltools and onnx libraries to perform the conversion. A demo script is included to test the converted model.