Skip to content

Kangonaut/ai-artwork-of-the-day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Artwork of the Day

AI Artwork of the Day

license

AI Artwork of the Day

Table of Contents

Welcome!

AI Artwork of the Day is fun little side project designed to provide a daily dose of creativity and inspiration, all thanks to the power of AI. The aim is to generate AI artwork that encapsulates the essence of your day. Each artwork accounts for the weather, your calendar entries, the current daytime, and is spiced up using a randomly selected art style.

Key Features

  • Daily Artwork: receive daily AI-generated artwork that encapsulates your individual day
  • Artwork Personalisation: image generation takes into account the user's current weather, calendar entries, daytime, and a random art style
    • Weather: retrieved from OpenWeatherMap using user specified coordinates
    • Calendar Entries: entries are retrieved using the CalDAV protocol (no support for Google Calendar yet)
    • Daytime: determined using the user's timezone
  • Artwork Hub: share your generated artwork with others
  • Push Notifications: get your daily artwork straight to your mobile phone via Pushover

Image Generation Process

Image Generation Process

Showcase

Baroque Sundown Delights

Data

{
    "events":
    [
        "Ice Cream"
    ],
    "weather":
    {
        "general": "clear sky",
        "is_dew": "False",
        "is_rain": "False",
        "is_snow": "False"
    },
    "daytime": "evening",
    "art_style": "baroque"
}

Image Prompt

A baroque style painting of people eating ice cream under a clear sky in the evening.

Image

Baroque Sundown Delights

Baroque Sundown Delights

Impressions of a Coding Cyclist

Data

{
    "events":
    [
        "Cycling Tour",
        "Programming"
    ],
    "weather":
    {
        "general": "overcast clouds",
        "is_dew": "False",
        "is_rain": "False",
        "is_snow": "False"
    },
    "daytime": "afternoon",
    "art_style": "impressionism"
}

Image Prompt

An impressionist painting of a person cycling in the afternoon under overcast clouds, with a laptop showing code in the background.

Image

Impressions of a Coding Cyclist

Impressions of a Coding Cyclist

Ascension Under the Midday Sky

Data

{
    "events":
    [
        "Rock climbing"
    ],
    "weather":
    {
        "general": "scattered clouds",
        "is_dew": "False",
        "is_rain": "False",
        "is_snow": "False"
    },
    "daytime": "midday",
    "art_style": "acrylic"
}

Image Prompt

An acrylic painting of a person rock climbing under a sky with scattered clouds at midday.

Image

Ascension Under the Midday Sky

Ascension Under the Midday Sky

Vintage Afternoon: Pizza, Coffee, and Cake

Data

{
    "events":
    [
        "Pizza",
        "Coffee and Cake"
    ],
    "weather":
    {
        "general": "overcast clouds",
        "is_dew": "False",
        "is_rain": "False",
        "is_snow": "False"
    },
    "daytime": "afternoon",
    "art_style": "vintage"
}

Image Prompt

A vintage style image of an afternoon event with pizza and coffee with cake under overcast clouds.

Image

Vintage Afternoon: Pizza, Coffee, and Cake

Ascension Under the Midday Sky

Technologies

Application Architecture

This project is built with the following tools and technologies:

Setup and Installation

TODO

Usage

TODO

Contributing

Feel free to fork the project, create a feature branch, and send me a pull request!

License

This project is licensed under the MIT License.

Contact

You can reach out to me through Reddit. I'd love to chat about this project or any other interesting topics!


Buy Me A Coffee