enhance-me / README.md
geekyrakshit's picture
added mixed precision
91e5f9b
|
raw
history blame
367 Bytes
---
title: Enhance Me
emoji: πŸŒ–
colorFrom: pink
colorTo: pink
sdk: streamlit
app_file: app.py
pinned: false
---
# Enhance Me
A unified platform for image enhancement.
## Usage
### Train using Docker
- Build image using `docker build -t enhance-image .`
- Run notebook using `docker run -it --gpus all -p 8888:8888 -v $(pwd):/usr/src/enhance-me enhance-image`