Skip to content

Low Light Photography Enhancement Using Simplified Fully Convolutional Neural Networks

Notifications You must be signed in to change notification settings

aashish2000/SeeInDark

Repository files navigation

See In The Dark

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.

Table of contents

General Info

  • 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

Packages Used

  • PyTorch
  • Flask
  • requests
  • numpy

Setup

Requirements

  • Python 3.3+

Installation

  • To install required packages:
pip install -r requirements.txt

Usage

Linux

export FLASK_APP=app.py
flask run

Windows

set FLASK_APP=app.py
flask run

Screenshots

  • Image Upload Page:

  • Result Page:

References

About

Low Light Photography Enhancement Using Simplified Fully Convolutional Neural Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published