- Test the power here.. https://dashboard.dolby.io/media-demo/ (Only enhance 30 secs, original sample)
- Login in Dolby.io Dashboard to get App key and App secret. (https://docs.dolby.io/media-apis/docs/guides-api-authentication#generating-an-api-token)
- Clone this repo and rename config.example.json to config.json, enter your Dolby key and secret
- Deploy with docker (or running python main.py)
- Enjoy a simple web AI Enhancer with no time limits 😋 (Uploaded videos will be compressed with h264)
- A guide to understand the params in GUI. https://docs.dolby.io/media-apis/docs/audio-quality (look for the Audio Guide section of the left menu)
cd /opt && git clone https://github.com/fe80Grau/simple-dolby-ai-audio-enhancer.git
cd /opt/simple-dolby-ai-audio-enhancer
- Rename and edit config.json (paste here your key and secret from Dolby.io Dashboard)
mv config.example.json config.json && vim config.json
docker build . -t "simple-dolby-ai-audio-enhancer"
docker run -p 8080:80 --restart=always --name simple-dolby-ai-audio-enhancer simple-dolby-ai-audio-enhancer
- Check the GUI in the browser
http://localhost:8080/