A Simple Python App for Image Editing and Enhancing using PyQt5, openCv, numpy and scipy.
- crop
- blur
- adjust brightness,contrast
- resize
- rotate
- flip
- black and white
- cartoonify
- invert image
- sketch
- auto color correction
- Image Enhance
Clone the project
git clone https://github.com/dine-5h/pixpro
Go to the project directory
cd pixpro
Install dependencies
pip -r requirements.txt
Start the app
python Main_.py
https://github.com/Saafke/EDSR_Tensorflow/tree/master/models
https://github.com/italojs/facial-landmarks-recognition/blob/master/shape_predictor_68_face_landmarks.dat
The app use the above data model from github repo for Image Enchancing