Using VGG16 Transfer the Learnt Style parameter from Style Image to Source Image
Screen.Recording.2022-05-28.at.08.16.36.mov
1. Setup Your Python Environment
python3 -m venv venv
source venv/bin/activate
pip install h2o-wave
pip3 install -r requirements.txt
2. Run the App
wave run src.app
3. View the App
Point your favorite web browser to localhost:10101