Hey DEV Community! ๐
Iโm excited to share SpotMyFile, an open-source project Iโve been working on to make searching files and images on your computer smarter, faster, and more intuitive.
If youโve ever struggled to find the right document, photo, or even a specific face in an image, this is for you!
๐ What is SpotMyFile?
SpotMyFile is an AI-powered desktop tool that helps you search your files and images using:
- ๐ง Semantic Text Search: Find files by meaning, not just filename.
- ๐งโ๐คโ๐ง Face Recognition: Locate all photos of a specific person instantly.
- ๐งธ Object Detection: Search using objects detected in images (curently only classes provided by YOLO).
- ๐ Privacy-First: All processing happens locally on your device; no data leaves your machine.
๐ค Why I Built It
Most file search tools are limited to filenames or basic metadata. I wanted a smarter way to search, one that understands the content inside files and images.
That led me to build SpotMyFile using modern AI models for text embeddings, face detection, and image recognition.
๐ ๏ธ How It Works
- ๐ฌ Text Embeddings: Understands the meaning behind your search queries.
- ๐ธ Face & Object Recognition: Scans your folder using face and object detection models.
- โก Fast & Local: Runs completely offline; your data stays private.
- ๐๏ธ Smart Indexing: Extracted data is stored locally for fast searches the next time around.
Screeshots
๐ Letโs Connect
Thanks for reading! If you have questions, ideas, or want to collaborate:
Drop a comment
Open an issue or PR
โญ๏ธ Star the repo if you like it, it really helps!
Happy coding! ๐ปโจ
P.S. Hereโs the repo: https://github.com/Rishabh705/SpotMyFile/








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