jeffmur / fhe-video-similarity

Encrypt & Share Videos
0 stars 1 forks source link
flutter fully-homomorphic-encryption

flutter_fhe_video_similarity

Compute and Compare the similarity between two videos using Flutter and FHE (Fully Homomorphic Encryption).

Getting Started

Setup dependencies:

flutter pub get
dart run opencv_dart:setup $PLATFORM --arch $ARCH
dart run fhel:setup $PLATFORM --arch $ARCH

Linux

Dependencies

From the root of this project, run the application:

flutter pub get
dart run opencv_dart:setup linux --arch x64
dart run fhel:setup linux --arch x64
flutter run -d linux

Android

This platform is automatically supported by the plugin. No additional setup is required.