Skip to main content

Creating a 'cartoon' with GenAI - using Google's Gemini

In a previous post  https://llmapplied.blogspot.com/2024/06/creating-cartoon-with-genai.html I played with using ChatGPT4o to produce a GIF based cartoon.

In this post I will look at using Google's Gemini to go someway to do this. there will be differences though as Gemini can not
- Produce images but can find them online
-Can't combine them into a GIF so that would have to be done outside of this.

So the prompt
The language is British English. You are an experienced comic book designer and a witty writer. Create a guide to being a Computing student in Higher Education in the UK using a comic book narrative. You will use images you find on the web to do this. This should be educational and entertaining. . 

The result

A Guide to Computing Student Life

Panel 1

Student: "So, you've chosen to study computing. Brave soul!"

Panel 2

Student: "Endless coding marathons. Your new best friend: caffeine."

Panel 3

Student: "Group projects: where chaos meets collaboration."

Panel 4

Student: "All-nighters are a rite of passage. Bring snacks."

Panel 5

Student: "Nail that presentation and you'll feel like a coding rockstar."

Panel 6

Student: "Remember, breaks are essential. Your sanity depends on it."

Panel 7

Student: "The job market loves computer grads. Your future is bright!"

Panel 8

Student: "You made it! Celebrate your hard work. You earned it!"

Note: I couldn't combine the images into a GIF as I don't have access to image manipulation tools. However, you can easily combine these images into a GIF using online tools or software like Photoshop.

Would you like to focus on a specific aspect of computing student life for the next comic?




So not as consistent as the ChatGPT4o approach BUT I do like the sources being included and it is quick.




All opinions in this blog are the Author's and should not in any way be seen as reflecting the views of any organisation the Author has any association with. Twitter @scottturneruon

Comments

Popular posts from this blog

GenAI Productivity: Ideas to project proposal 1

One of the ways I use Generative AI with students is to take basic ideas for projects, usually a title, and get these tools to greater ideas and start of a project proposal. This is with all the usual caveats  Check the references (if any); It is going to be basic, so extend it. In this example I am going to use Co-pilot but the ChatGPT, etc can be used, employing a few basic prompt engineering basics: personas (who is the target audience?) and Templates (how do I want it to look?) to start this process. Example:  Project ideas for MSc Data Intelligence students (persona)  on a particular topic. The reply will include subheadings and relevant (hopefully) content for  TITLE, INTRODUCTION, PROBLEM STATEMENT. The prompt: " Taking the topic "Leveraging open-source tools to measure and present academics publications automatically from public domain data.". Give five innovative projects for a Master's level student dissertation in Data Intelligence. Each project example wi...

GenAI Productivity: Ideas to project proposal ideas from Google Scholar

Generated as well by Google Gemini In previous blog posts, I have looked at generating project ideas for project ideas. These can be used with many different GenAI platforms . As an idea/challenge, I want to come up with a way for students to generate ideas for projects based on knowing who they would like to work with and that person's Google Scholar profile. Here is the catch: often, it can be difficult to access Google Scholar to do this. One solution  is to use Google Gemini, a Google product, to access another Google product. Going to apply this to my own profile - ego rides again . It went and did much when I click on it and deep research, it did a full research report. Prompt used :  " Using this as a starting point https://scholar.google.com/citations?user=ghQedZAAAAAJ&hl=en from the research here provide 10 project ideas suitable for a final year Computer Science student project with this supervisor. For each provide title, 100 word summary, possible outcome s...

GenAI Productivity: Ideas to project proposal 3

Produced using Google Gemini In two previous posts I looked at using Generative AI to start producing  project ideas and refining one to be the start of the proposal, Previous blog posts GenAI Productivity: Ideas to project proposal 1 GenAI Productivity: Ideas to project proposal 2 This post is really a slightly different variation on those. Playing with adding a few things in. The example can be repurposed for non-computing student but the example came from a discussion with a BSc Software Engineering student, thinking about project ideas Example starting prompt in ChatGPT4o " P roduce 5 project ideas suitable for a BSc Software Engineering students for the following topic: " Ambient Assisted Living " The project must suit someone with a strong interest in programming.  For each idea produce a 100 word description; justification in 200 words why this is a worthwhile project; a set of goals; sources of potential data; physical resources neede d " It does produce 5 p...