A web-application made with Python and Flask for Image Processing.
- Python 3.6.5 or higher
- Flask 1.0.2 or higher
- Clone the repository
- Move to the application folder by using
cd pcd
- Run the application with
python app.py
- Go to
127.0.0.1:5000
To run on docker, use this command
docker run -p 5000:5000 kamalhm/pcd
you should be able to access the app on localhost:5000