-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ui for img-cards #14
Comments
Firebase Cloud Storage can be used as an image content delivery network. It should be fairly easy to retrieve and render the images, but uploading images can be a pain. |
We could have preset images in that case |
Are you thinking more like background patterns for notes or allowing users to upload image notes? |
I think we could avoid image uploading. Preset background patterns/images could work, or we could use the note_title and use openai to generate an image too |
Idk how hard it would be, but I know Google Calendar does a similar thing where it takes the title of the event and shows a preset image (http://www.internetbestsecrets.com/2019/09/google-calendar-event-images.html). It looks like they have 50+ presets that are triggered based off certain keywords. Looking at Google Keep's interface, they let you select between 12 preset colors, and 9 preset background images, so we could definitely do that without AI. |
DALL-E can be really hard to get a good output from without doing multiple attempts and hand picking the best one, and it costs a lot more than text completion, but here is a graphic I generated by having GPT-4 generate me a prompt, then choosing the best result from DALL-E-2: GPT-4 Prompt:
GPT-4 Result / DALL-E-2 Prompt:
DALL-E-2 Result: |
Updated the card shape and text styling. |
evaluate if we want to maintain it as a single row for all notes on the image cards.
After determining that, update ui accordingly. Be sure to include padding, spacing, # cards / row, etc
The text was updated successfully, but these errors were encountered: