https://github.com/daviddprtma/guess_emoji_movie_app
A simple guess emoji movie built by Gemini 1.5 Pro + Flutter
https://github.com/daviddprtma/guess_emoji_movie_app
flutter geminiai movie-app
Last synced: about 1 month ago
JSON representation
A simple guess emoji movie built by Gemini 1.5 Pro + Flutter
- Host: GitHub
- URL: https://github.com/daviddprtma/guess_emoji_movie_app
- Owner: daviddprtma
- License: mit
- Created: 2024-08-30T13:32:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T16:07:06.000Z (7 months ago)
- Last Synced: 2025-04-05T17:51:46.044Z (about 1 month ago)
- Topics: flutter, geminiai, movie-app
- Language: C++
- Homepage: https://guess-emoji-movie-app.vercel.app
- Size: 720 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Winner Top #4 Best StackUp September Hackacthon Challenge - Guess Emoji Movie App
The mini game app built from Gemini Pro 1.5 + Flutter that 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.
If you want to see the list of the winners, you can check it out the announcements in here: https://earn.stackup.dev/learn/pathways/2024-monthly-hackathon-coding-challenges/skills/september-2024-monthly-coding-challenge/modules/september-2024-monthly-coding-challenges-showcase/tutorials/monthly-hackathon-2024-september-2024-coding-challenge-showcase
P.S: (You must login first to see the list of the winners of september hackathon challenge).โ
โ Why Guess Emoji Movie App?
Guess Emoji App is the simple app game who built across any devices. It is supported with anything either you're using Mobile or Website. All of them are supported and can be played with AI which name is Gemini AI in anywhere and anything that you want to play. Just guess the emoji, get level-up, and see if you can beat the AI till the end. Because we as a human we should be smart than AI right?? Hahahaha just kidding stackies๐๐. Anyway happy gaming stackie๐๐จ Layout
![]()
๐ป Technologies
- Gemini 1.5 Pro
- Flutter๐ Getting started
Here you can know about how to use Guess Emoji Movie App:
Prerequisites
You should be download & install some requirements for this project to make it work in yours.
- [Flutter](https://docs.flutter.dev/get-started/install?_gl=1*uhntjc*_gcl_aw*R0NMLjE3MjUwMjUyNDIuQ2owS0NRancyOFcyQmhDN0FSSXNBUGVycmNJa1lQaGZYdm03ZjA4NjB6MklJcTE0SWtwWU55UjBiZ3I5TlFNaGVPdjRtb2x5YkFURXNlZ2FBcE1ORUFMd193Y0I.*_gcl_dc*R0NMLjE3MjUwMjUyNDIuQ2owS0NRancyOFcyQmhDN0FSSXNBUGVycmNJa1lQaGZYdm03ZjA4NjB6MklJcTE0SWtwWU55UjBiZ3I5TlFNaGVPdjRtb2x5YkFURXNlZ2FBcE1ORUFMd193Y0I.*_ga*MTQ2ODM1MjI4LjE3MTMzMTg4OTI.*_ga_04YGWK0175*MTcyNTAyNTI0Mi4xNi4wLjE3MjUwMjUyNDIuMC4wLjA.)
- [Get Gemini API Key](https://ai.google.dev/aistudio?gad_source=1&gclid=Cj0KCQjw28W2BhC7ARIsAPerrcKnAljftoX4CjbbVuUen1k7xzvn6glbkbOIoJMYb9rr6m0y2FNXNUcaAsLmEALw_wcB)Cloning
Clone the project in your terminal
```bash
git clone https://github.com/daviddprtma/guess_emoji_movie_app.git
```Starting
After you clone the project, do flutter clean first to clean the cache
```bash
flutter clean
```After clean the cache, put your API key from Google AI Studio to the const.dart
```bash
const apiKey = "YOUR_API_KEY";
```And finally run the project
```bash
flutter run
```### Video Demo Presentation
Here's the link video for the video demo presentation:
(Web Version)[](https://www.youtube.com/watch?v=yMV_3vGLsnk)
(Android Version)[](https://www.youtube.com/watch?v=j2-GTGuXK2o)
# Screenshot for the 4th place winner
![]()