Let your AI twin break the ice.
Upload (or paste) two ChatGPT conversation snippets → get concise personality profiles, a playful 12-line dialogue, and a compatibility score (0–100).
Try it in your browser (no install):
👉 https://your-streamlit-url
git clone https://github.com/<you>/persona-matcher.git
cd persona-matcher
pip install -r requirements.txt
# add your OpenAI key
echo "OPENAI_API_KEY=sk-..." > .env
streamlit run app.py