> For the complete documentation index, see [llms.txt](https://sumiths-organization.gitbook.io/workshop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sumiths-organization.gitbook.io/workshop/workshop-building-a-gemini-ai-powered-emoji-movie.md).

# Workshop: Building a Gemini AI-Powered Emoji Movie

In this game, GeminiAI provides a string of emojis that represent the title of a movie, and you try to guess the name of the movie based on those emojis.

Guess The Movie From The Emojis

<figure><img src="https://1152880144-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfGzGiAk2i26VFwzFPfXs%2Fuploads%2FTaozGHpqNVyWV6xIaJsA%2Fimage.png?alt=media&amp;token=09be9374-62fa-4136-8727-36fc962ed134" alt=""><figcaption></figcaption></figure>

## Clone this repository

{% embed url="<https://github.com/sumithpdd/emovji.git>" %}

## or

## Create a new Flutter project

```
flutter create emovji --platform web
cd emovji
flutter run
```
