Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.22 KB

kuvastin

An AI powered daily image generator Designed to run either locally or in a Raspberry Pi. For the full experience read the Blog Post

Installation

  1. Set up a venv
  2. pip install -r requirements.txt
  3. (OPTIONAL) Assemble the hardware As described in the blog post
  4. Set up credentials in calendar-prompt.py by following the Google Calendar Python Quickstart and by Setting up an OpenAI API Key

Files

  • calendar-prompt.py - generates image based on your calendar
  • refresh_display.sh - service script for Raspbian for running this physically
  • crop-image.py - crops image to your display dimensions
  • draw_image.py - from the omni-epd project, draws image on eink
  • Fonts: Libre Baskerville licensed under OFL

Disclaimer

The code is provided as is without warranty and is intended for demonstration and education purposes.