Skip to content

bhavya-goyal-22/tflite-model-protector-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFLite Model Encryption & Decryption with AES

Introduction

This project implements encryption and decryption of TensorFlow Lite (TFLite) models using the Advanced Encryption Standard (AES). The approach enhances the security of machine learning models deployed on edge devices by preventing unauthorized access or tampering. OpenSSL is utilized for cryptographic operations, ensuring robust security and efficiency.

Dependencies

To run this project, ensure the following dependencies are installed:

  • TensorFlow Lite (for model inference)
  • OpenSSL (for AES encryption and decryption)
  • CMake (for building the project, if applicable)

About

TFLite Model Encryption & Decryption with AES

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •