README.md 1.03 KB
Newer Older
Carl De Sousa Trias's avatar
Carl De Sousa Trias committed
1
2
3
# MPAI-NNW v1.2 implementation


Carl De Sousa Trias's avatar
Carl De Sousa Trias committed
4
This code refers to the implementation of the MPAI-NNW, as described in the [Reference Software specification](https://mpai.community/wp-content/uploads/2024/06/Reference-Software-Specification-Neural-Network-Watermarking-MPAI-NNW-V1.2.pdf).
Carl De Sousa Trias's avatar
Carl De Sousa Trias committed
5
6
7
8
9
10
11
12
13
14
All the code is based in Python.

This Reference Software is divided into 4 cases:
- **Case 1**: NN-based image classification applications, one of the current most relevant Neural Network Watermarking applications. 
- **Case 2**: methods integrated with AI workflows of the AI Framework (MPAI-AIF). 
- **Case 3**: serving the needs of a specific multimodal query application.
- **Case 4**: NN-based image classification methods specifically designed and deployed for low power and low resources devices.

Each folder implements one cases. In each folder a specific _README.md_ can be found with installation requirements and running instruction. 
# Licence
15
[Licence](https://mpai.community/standards/mpai-nnw/framework-licence/) information are detailed in the MPAI website