Follow the below steps to run this project in your computer
- Download the .zip file into your local computer and unzip the folder.
- first make sure you have python software installed on your system and install the virtual Environment to make the dependencies for each project. code: python -m pip install --user virtualenv
- create a virtual environment using the above snippet code: virtualenv ImageSecurity
- Now install the Flask module in the environment just now we created.
- open flask_app.py and open the project URL in the browser and That's it our project is Successfully running and try with an example.
[notice: try only .jpg images only]