Skip to content
View Mystic-del12's full-sized avatar
  • Ahemdabad

Highlights

  • Pro

Block or report Mystic-del12

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mystic-del12/README.md

 


> whoami

Hi, I'm Meet Gorecha — a developer from India, studying at CPICA.

I build things at the intersection of AI, open source, and developer tooling. Right now I'm working on my Startup — an AI-powered student-to-internship matching platform for Indian students.

┌─────────────────────────────────────────────────┐
│  location   →  In Terminal                      │
│  current    →  Building An SaaS                 │
│  next goal  →  GSoC 2027 (Pillow / ImageHash)   │
│  stack      →  Python · Next.js · Supabase      │
│  status     →  always building something        │
└─────────────────────────────────────────────────┘

> ls projects/

Python CLI tool for detecting duplicate images using perceptual hashing (pHash / aHash / dHash).

Meaningful GitHub traction. Built as a deep dive into image processing internals — now doubling as GSoC prep for Pillow/ImageHash contributions.

Python Pillow ImageHash CLI perceptual hashing


Something Is Cooking (in progress)

AI-powered student-to-internship matching platform — built specifically for the Indian student market.

Full-stack SaaS: AI matching engine, company-facing dashboard, student profiles, native AI. Targeting launch near end of 2026.

Next.js Supabase Tailwind CSS AI TypeScript


> cat skills.txt

Also working with: Ollama (local LLMs)


> git log --stat

 


> grep -r "interests" .

interests = [
    "AI agent orchestration & local LLMs",
    "Open source contribution",
    "Developer tooling & CLI design",
    "Pursuing my nerdy interests",
    "Linux ricing & environment automation",
]

> cat /etc/motd

"Break it. Understand why. Build it better."


Pinned Loading

  1. Duplicate-Imager Duplicate-Imager Public

    This project provides a Python CLI utility for detecting duplicate or visually similar images via perceptual hashing. It supports multithreaded processing, configurable similarity thresholds, inter…

    Python 88