Closed thejatingupta7 closed 1 month ago
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
This pull request adds documentation and dependencies for the Digital Image Tampering Detection project using the CASIA dataset. The most important changes include the addition of a comprehensive README file and the required dependencies listed in the
requirements.txt
file.Model Building and prediction code:
Digital Image Tampering Detection/notebook.ipynb
: Added the complete project notebook, including ELA and CNN model building and testing and mask analysis.Documentation:
Digital Image Tampering Detection/Readme.md
: Added an extensive overview of the project, dataset information, installation instructions, usage guidelines, approach details, and usability information.Dependency Management:
Digital Image Tampering Detection/requirements.txt
: Added necessary dependencies for the project, includingnumpy
,matplotlib
,scikit-learn
,keras
,Pillow
,opencv-python
, andtensorflow
.):