Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 478 Bytes

Digital Image Processing

A web-application made with Python and Flask for Image Processing.

Prerequisites

  1. Python 3.6.5 or higher
  2. Flask 1.0.2 or higher

Instructions

  1. Clone the repository
  2. Move to the application folder by using cd pcd
  3. Run the application with python app.py
  4. Go to 127.0.0.1:5000

Run on docker

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