Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

What Do They Have in Common?

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.

Features

  • 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

How to Run

  1. Install dependencies:
    pip install -r requirements.txt
  2. Start the app:
    streamlit run app.py
  3. Enter your OpenRouter API key in the sidebar and try out some concepts!

Example Concepts

  • cats & blockchain
  • music & maths
  • pizza & GenAI
  • plants & computers
  • chocolate & time travel

Requirements

  • Python 3.8+
  • Streamlit
  • openai

License

MIT