This project focuses on Low Light Photo Enhancement Using Simplified Fully Convolutional Neural Networks. This was attempted to produce a memory efficient model that can effectively run on edge devices and deliver an optimum level of image enhancement and noise reduction.
- This project is aimed at creating a solution to tackling the problem of Low Light Photography Using Simplified Fully Convolutional Neural Networks
- The Neural Network model architecture is written in PyTorch and the application is deployed using Flask
- The model was trained on the Sony_gt Dataset which is a subset of the Sony dataset containing images of varying exposures
- This project was done as a part of The MLH Local Hack Day 2019
- PyTorch
- Flask
- requests
- numpy
- Python 3.3+
- To install required packages:
pip install -r requirements.txt
export FLASK_APP=app.py
flask run
set FLASK_APP=app.py
flask run