๐ Overview
I built a command-line tool that automatically swipes on Tinder using AI.
The idea is simple:
Take profile images โ analyze them using a vision model โ decide whether to swipe left or right.
โ๏ธ How It Works
Fetch profile images
Send them to Groq Vision
Get an attractiveness score
Apply a threshold
Auto swipe
Everything runs locally via CLI.
๐ก Why Groq?
Most AI APIs cost money or have limits.
Groq allows fast inference without requiring a paid setup, which made this project accessible.
๐ก๏ธ Anti-Ban Logic
To avoid detection:
Random delays between swipes
Human-like behavior simulation
(Not perfect, but reduces risk)
๐ฆ GitHub Repo
https://github.com/ritul-patel/tinder-cli
๐ธ Demo
(Add your GIF here)
๐งช Feedback Needed
If you try it, please share:
Bugs or crashes
Wrong decisions by AI
Features youโd like (filters, preferences, etc.)
๐ฎ Future Ideas
Preference-based swiping
Learning from user feedback
Better scoring model
UI version (maybe)

Top comments (1)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.