Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1009 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 1009 Bytes

ImageEnhancer

Screenshots

Sample_1

Sample_2

Sample_3

Sample_4

Project Setup
  1. Clone this repository
git clone https://github.com/NahushKulkarni/ImageEnhancer.git
  1. Navigate to ImageEnhancer folder
cd ImageEnhancer
  1. Create Virtual Environment
virtualenv env
  1. Activate Virtual Environment
source ./env/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run ImageEnhancer.py
python ImageEnhancer.py
This README.md was made to best work with MacOS and Linux Distributions