Skip to content

Streamlit app with Deep Dream implementation on Keras.

License

Notifications You must be signed in to change notification settings

Gooogr/DeepDreamer

Repository files navigation

DeepDreamer

Streamlit app with Deep Dream implementation

Jupyter notebook

Use Base_implementation.ipynb

Run terminal app

python3 main.py -i imgs/flower_valley.jpg

Specify json congif (optional)

python3 main.py -i path_to_image -o path_to_json_file

Run streamlit app

steamlit run st_app.py