enhance-me / README.md
geekyrakshit's picture
added mixed precision
91e5f9b
metadata
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