Skip to content

dstark5/pixpro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixpro

A Simple Python App for Image Editing and Enhancing using PyQt5, openCv, numpy and scipy.

MIT License

Features

  • crop
  • blur
  • adjust brightness,contrast
  • resize
  • rotate
  • flip
  • black and white
  • cartoonify
  • invert image
  • sketch
  • auto color correction
  • Image Enhance

Run Application

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

About Data Models

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

License

MIT