This app includes:
- Productivity Tab: Resume helper using Google Gemini AI
- Play Tab: Mini AI text adventure game
- Learn Tab: AI tutor answering questions
- Wildcard Tab: Dream interpreter + chat with historical figures
kirohub/
├── app.py
├── pages/
│ ├── productivity_page.py
│ ├── play_page.py
│ ├── learn_page.py
│ └── wildcard_page.py
├── utils/
│ ├── resume_helper.py
│ ├── ai_game.py
│ ├── tutor.py
│ └── dream_ai.py
├── requirements.txt
└── .streamlit/
└── config.toml