DEV Community

Ritul Patel
Ritul Patel

Posted on

I Built an AI Tinder Auto-Swiper Using Groq Vision (No Paid API)

๐Ÿš€ 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.