From f9234132f49f015e1563508e3400f958f2bb8960 Mon Sep 17 00:00:00 2001 From: Italo de Pontes Oliveira Date: Fri, 22 Mar 2024 17:03:03 -0300 Subject: [PATCH] Update readme.md --- src/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/README.md diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..23d1435 --- /dev/null +++ b/src/README.md @@ -0,0 +1,13 @@ +# Src + +This directory contains source code files for various functionalities. + +## Files + +- **psnr.py**: Calculates the PSNR (Peak Signal-to-Noise Ratio) between images. +- **steganography.py**: Performs steganography on images, embedding one image into another. +- **utils.py**: Contains support functions for data loading and providing credentials for Streamlit. + +## License + +This project is licensed under the MIT License - see the [LICENSE](../LICENSE) file for details. \ No newline at end of file