tarot and (a)i?
If you think about Tarot, you may picture in your mind a weird-looking person with a deck of cards trying to tell you what will happen in the future... This is not the way Alejandro Jodorowsky, who used Tarot for years in his work, described tarology in his book "The Way of Tarot" (A. Jodorowsky, M. Costa). If you do not know who he is, check online!
According to Jodorowsky, "The tarologist reads the present, which is the true unknown for the consultant, even when this individual is in search of information on what she thinks to be her future". Following the same logic, and leveraging the tools that AI gives us now, I developed this app to help people find clarity on their questions. Interpretations and answers are based on a LLM (Google Gemini) and the principles described in the book I mentioned above. The app is written in Python, using the Streamlit library and it is hosted on a Render server.
IMPORTANT: I do not store any data on your questions!
How to use it?
🤔Ask a question in ANY LANGUAGE, then click submit (sometimes twice from a smartphone). A reading method will be picked
🃏Select 3 cards
😃The response will be generated. You can then make a donation if you like the app, or reset it to ask a new question
😯And the best of this is that the app is FREE! (but if you want to donate, you are more than welcome to do so!)
<wait a little, it may take some time to load as it is hosted on a free server...>
History
22/1/26: version 0.9.6 - Changed base LLM to Gemini 2.5 due to discontinued support.
15/3/25: version 0.9.5 - Changed base LLM because of discontinued support. Improved prompts for better answers
21/2/25: version 0.9.4 - Fixed a bug to have more variety on the selected reading method; improved speed
14/2/25: version 0.9.3 - Valentine version! Improved efficiency of the code
13/2/25: version 0.9.2 - Added Support for multilanguage queries and reset button to restart the app
9/2/25: version 0.9.1 - Fixed some bugs (e.g., speed issues)
8/2/25: version 0.9 - First version