Skip to content

anikamukherji/ImageProcessorS18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BME590 Final Project - Image Processing App

Anika Mukherji

Zhiwei Kang

Yi Zhao

Build Status

Image Processing web app built using React for the BME 590 Spring 2018 final project that calls a server running on a Duke VM.

The module that server.py uses to process images is called image_module and is located within Server/. The frontend part of the project is located within image_processor_app/.

To see a more detailed explanation of the API and database models, reference our RFC here

If you would like to run this app...

git clone https://github.com/anikamukherji/ImageProcessorS18.git
cd ImageProcessorS18/image_processor_app
npm install
npm run start

Also Here is the deployed link to our Web service : http://bme590-learnfast.surge.sh/

Final performance of this web App

This image processing web app could achieve the following functions:

  1. Create user/login as an exsiting user or vistor
  2. Upload image one at a time in any formats
  3. Customers have four image processing options including histogram equalization, contrast stretching, log compression, and reverse video.
  4. Download the processed image in .png format.
  5. The customers are able to see how many times they have utilized a particular image processing option, size of their image and the time to process their image.

Here are some images of the app:

image1 image2 image3 image4 image5 image6

About

BME590 Final Project: Image Processing Web App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors