IRK (Computational Science and Engineering Laboratory) Selection Project
Ng Kyle (13520040)
- Image processing WebApp including:
-
- Image Rotation and Flipping
-
- Image RGB to Grayscale
-
- Image Negative and Complement
-
- Image exponential and log transformation
-
- Image brightenning and contrast stretching
-
- Gaussian Blurring, Sharpening, Noise
- Python3
- Django Framework as backend
- Required External Libraries (for main.py):
numpy, django, Pillow
Installation (using pip)
pip install numpy, Pillow, django, djangorestframework
- React js Framework as frontend (requires npm)
You will need to start frontend and backend server by:
- FrontEnd
-
- change directory to \frontend\src in a terminal
-
- npm start
- BackEnd
-
- change directory to \backend\miniphotoshop in another terminal
-
- python manage.py runserver
Rinaldi Munir Image Processing Course
Project is: completed