├── Image Forgery Detection.ipynb ├── Image thresholding.ipynb ├── README.md ├── bottleneck_features.py ├── bottleneck_resnet_features.py ├── final_model_evaluation.ipynb ├── fine_tune_last_layers.py ├── fine_tune_last_layers_resnet.py ├── generate_test_dataset.ipynb ├── keras_cnn.py ├── reduce_train_data.py ├── sample_fake.py ├── sample_fake_binaries.py ├── sample_fake_binaries_test.py ├── top_model.ipynb └── vgg19_bottleneck.py /Image Forgery Detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/Image Forgery Detection.ipynb -------------------------------------------------------------------------------- /Image thresholding.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/Image thresholding.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/README.md -------------------------------------------------------------------------------- /bottleneck_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/bottleneck_features.py -------------------------------------------------------------------------------- /bottleneck_resnet_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/bottleneck_resnet_features.py -------------------------------------------------------------------------------- /final_model_evaluation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/final_model_evaluation.ipynb -------------------------------------------------------------------------------- /fine_tune_last_layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/fine_tune_last_layers.py -------------------------------------------------------------------------------- /fine_tune_last_layers_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/fine_tune_last_layers_resnet.py -------------------------------------------------------------------------------- /generate_test_dataset.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/generate_test_dataset.ipynb -------------------------------------------------------------------------------- /keras_cnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/keras_cnn.py -------------------------------------------------------------------------------- /reduce_train_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/reduce_train_data.py -------------------------------------------------------------------------------- /sample_fake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/sample_fake.py -------------------------------------------------------------------------------- /sample_fake_binaries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/sample_fake_binaries.py -------------------------------------------------------------------------------- /sample_fake_binaries_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/sample_fake_binaries_test.py -------------------------------------------------------------------------------- /top_model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/top_model.ipynb -------------------------------------------------------------------------------- /vgg19_bottleneck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishu160196/image-forgery-detection/HEAD/vgg19_bottleneck.py --------------------------------------------------------------------------------