[PR #196] [MERGED] tarot-ai-reader #236

Closed
opened 2025-11-06 14:59:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/196
Author: @maurizioorani
Created: 5/1/2025
Status: Merged
Merged: 6/15/2025
Merged by: @Shubhamsaboo

Base: mainHead: the-tarot-reader


📝 Commits (4)

  • 5368bb8 tarot-ai-reader
  • 79667b8 Updated for internationalization, new README
  • d9c58b1 cleanup
  • fc53875 Screencast in gif format for better compatibility

📊 Changes

85 files changed (+404 additions, -0 deletions)

View changed files

advanced_llm_apps/chat-with-tarots/.gitattributes (+2 -0)
advanced_llm_apps/chat-with-tarots/README.md (+100 -0)
advanced_llm_apps/chat-with-tarots/app.py (+139 -0)
advanced_llm_apps/chat-with-tarots/data/readme/TheMagicianAI.gif (+0 -0)
advanced_llm_apps/chat-with-tarots/data/tarots.csv (+79 -0)
advanced_llm_apps/chat-with-tarots/helpers/help_func.py (+77 -0)
advanced_llm_apps/chat-with-tarots/images/00-thefool.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/01-themagician.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/02-thehighpriestess.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/03-theempress.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/04-theemperor.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/05-thehierophant.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/06-thelovers.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/07-thechariot.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/08-thestrength.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/09-thehermit.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/10-wheeloffortune.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/11-justice.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/12-thehangedman.jpg (+0 -0)
advanced_llm_apps/chat-with-tarots/images/13-death.jpg (+0 -0)

...and 65 more files

📄 Description

LLM can now interpret tarot cards


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/196 **Author:** [@maurizioorani](https://github.com/maurizioorani) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 6/15/2025 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `the-tarot-reader` --- ### 📝 Commits (4) - [`5368bb8`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/5368bb8016565414845cf053772fb8ed56093656) tarot-ai-reader - [`79667b8`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/79667b80a895057ff32b40993db8c63b14510750) Updated for internationalization, new README - [`d9c58b1`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/d9c58b1eebb4fedab8ff54baa53ef415f23040a0) cleanup - [`fc53875`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/fc53875e78511914e537d9db01dab4c472e02162) Screencast in gif format for better compatibility ### 📊 Changes **85 files changed** (+404 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `advanced_llm_apps/chat-with-tarots/.gitattributes` (+2 -0) ➕ `advanced_llm_apps/chat-with-tarots/README.md` (+100 -0) ➕ `advanced_llm_apps/chat-with-tarots/app.py` (+139 -0) ➕ `advanced_llm_apps/chat-with-tarots/data/readme/TheMagicianAI.gif` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/data/tarots.csv` (+79 -0) ➕ `advanced_llm_apps/chat-with-tarots/helpers/help_func.py` (+77 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/00-thefool.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/01-themagician.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/02-thehighpriestess.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/03-theempress.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/04-theemperor.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/05-thehierophant.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/06-thelovers.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/07-thechariot.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/08-thestrength.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/09-thehermit.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/10-wheeloffortune.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/11-justice.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/12-thehangedman.jpg` (+0 -0) ➕ `advanced_llm_apps/chat-with-tarots/images/13-death.jpg` (+0 -0) _...and 65 more files_ </details> ### 📄 Description LLM can now interpret tarot cards --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:59:20 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#236