Spaces:
Running
Running
update readme
Browse files- dev_geoguessr_bot.ipynb +0 -0
- readme.md +6 -0
dev_geoguessr_bot.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
readme.md
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## GeoGuessr AI Bot
|
| 2 |
+
|
| 3 |
+
In this project you will see how to program a Python AI Bot that uses PyAutoGUI, LangChain and Vision LLMs (GPT-4o, Gemini 1.5 and Claude 3.5) to automatically play to the GeoGuessr game.
|
| 4 |
+
|
| 5 |
+
[YouTube Video](https://www.youtube.com/watch?v=OyDfr0xIhss)
|
| 6 |
+
[Medium Blog](https://medium.com/@enricdomingo/coding-a-geoguessr-autonomous-ai-bot-with-vision-llms-gpt-4o-claude-3-5-and-gemini-1-5-908faf3bc3c7)
|