Oie is an Online Image Editor.
Oie is based B/S architechture, browser as GUI, Python-OpenCV as core processor, PHP connect front-end and back-end.
Oie is still on developing, to see the progress, check releases.
Develop Enviroment: CentOS7, Apache 2.4.6, PHP 5.4.16, Python 2.7.5, OpenCV 2.4.5
Deploy from a minimal CentOS7 installation:
yum install httpd php numpy opencv*
service httpd start
firewall-cmd --permanent --zone=public --add-service=http && firewall-cmd --reload
cd /var/www/html && git clone https://github.com/kyshel/oie.git
cd oie && chown apache:apache upload/ processed/ python/*.py
- Open your client broswer, input
your.server.address/oie
- GTK support for GUI features:
yum install gtk2-devel tkinter
Made with ❤ by kyshel