This is an open source image editing software modeled after Adobe Photoshop. I hope that I can use as many AI algorithms as possible to make it feature rich. Currently, this project is still in production, so stay tuned.
- Python 3.6
- PyQt 5.9
- OpenCV 3.4
- TensorFlow CPU/GPU 1.4
- Keras 2.1
Currently, the functions that have been implemented are as follows:
- New artboard
- Open picture
- Save picture
- Pencil tool
- Straight line tool
- 10 filters
- Automatic white balance
Fix some bugs, add new features:
- Blurry filters
- Sharp filters
- Undo & Redo
- Some other filters
- Rectangle tool
- Ellipse tool
- Layer structure
fix the bug of Layer structure, add new features:
- Canvas size
- Image size
git clone https://github.com/Quanfita/SmartSeed.git
cd SmartSeed/
pip install -r requirements.txt
python main.py
We will provide executable file in the future, please wait.
The Pre-trained models is uploaded to Google Drive in the future.
[1] Style2Paints
[2] DeblurGAN-tf