Description:
This project is a Python-based web application for conducting digital forensic image analysis. It utilizes the Flask web framework and the ExifTool library to extract metadata from images. Digital forensic image analysis is a crucial part of digital investigations, allowing investigators to gather essential information about the origin and history of images.
Extract metadata from image files, including EXIF data. Display extracted metadata in a user-friendly format. Web-based user interface for easy access and usage.
Clone the repository to your local machine:
git clone https://github.com/RohitBhandare/digital-forensic-image-analysis.git
cd digital-forensic-image-analysis
pip install -r requirements.txt
Start the Flask application: flask run Open a web browser and navigate to http://localhost:5000 to access the application.
Upload an image file and click the "Analyze" button to extract and display its metadata.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
Fork the repository.
Create a new branch for your feature or bug fix:
git checkout -b feature/my-feature
Make your changes, commit them, and push to your fork:
git commit -m "Add feature or fix"
git push origin feature/my-feature