This is a Streamlit app that uncovers fun, weird, and unexpected connections between any two concepts using AI. Enter two random things (e.g., "cats" and "blockchain"), provide your OpenRouter API key, and generate a creative Venn diagram showing quirky similarities.
- Enter any two concepts and get a Venn diagram of their connections
- Uses OpenRouter API and GLM 4.6 (moonshotai/kimi-k2:free)
- Fun, engaging, and shareable results
- Install dependencies:
pip install -r requirements.txt - Start the app:
streamlit run app.py
- Enter your OpenRouter API key in the sidebar and try out some concepts!
- cats & blockchain
- music & maths
- pizza & GenAI
- plants & computers
- chocolate & time travel
- Python 3.8+
- Streamlit
- openai
MIT