Project needs Tkinter library to work. Python generally comes shipped with an integrated tk package inside.
Pyenv does not install a python version with tkinter package. To install a compatible python version follow this guide.
sudo apt-get install python3-tk
pip install -r requirements.txt
pwd: .../image-alterations-detector
python -m image_alterations_detector.main