Image histogram systematization, my multimedia systems course midterm project.
Clone into the repository:
git clone https://github.com/amirhnajafiz/Image-histogram-systematization.git
Get into the root directory and enter the following commands:
virtualenv environment # Create a virtual environment
environment\Scripts\activate # Activate the virtual environment
pip install -r requirements.txt # Install the dependencies
After you setup the project, run it:
python main.py
Now enter the image path you want to transform:
[Enter the file path] > [Path]