https://github.com/engineeringmadness/nightlight
https://github.com/engineeringmadness/nightlight
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/engineeringmadness/nightlight
- Owner: engineeringmadness
- Created: 2019-04-07T02:12:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T13:20:56.000Z (about 7 years ago)
- Last Synced: 2025-11-20T20:05:25.104Z (7 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nightlight CLI
Steps to run
1. Clone this repo
2. Install Anaconda and Install additional dependencies by running
>conda install tensorflow
>python -m pip install rawpy imagio exifread3.
3. Download model files and place them in models/ folder and place test images in images/ folder
4. Run production script
>python3 production.py [image path] [output_file_name]
5. Resulting output image will appear in files folder as output_file_name.png in images directory