Neural Style Transfer

Posted on Sun 19 March 2023 in data science, art • Tagged with Pytorch

Neural Style Transfer

What is neural style transfer and how does it involve artificial intelligence?
Neural style transfer is a technique that takes a content image and style image and combines the two images so that the final output is in the style of the style image.

So, for example …


Continue reading

Temperature Quilts in Python

Posted on Tue 31 January 2023 in data science, art • Tagged with pandas, pillow, streamlit

What is a temperature quilt?

A temperature quilt displays the daily temperature data from a specific date range in a specific location. Colors are assigned to specific temperature ranges so that the quilt (or image) is a visual record of the climate. This app is a demonstration project for data …


Continue reading