Life in Commits 💻
Photo
Hey folks i was trying the antigravity by Google and it excellent it figured out most things on its own and the integrated browser is so nice and it helps it debug on its own and now I will build the project I abandoned long time so check it out it so amazing
FaceFindBot
@search_reverse_bot
@chaos_image_search
A Telegram bot that finds your photos in a group using face recognition.
I started this project months ago back in college. During our graduation countdown celebrations, we took tons of photos—hundreds of them—shared inside our Telegram group. Finding my own photos in that mess was… painful 😅.
So I built a bot to solve that.
It’s finally working now.
Usage
• the admin adds the bot to the group
• run /index and the bot will automatically scan all images in the group, create facial embeddings, and store them securely
• after indexing, anyone can reply to a photo with /search
• the bot will match the replied image against the stored embeddings and return the best match 🔍📸
No complicated setup. No stress. Just add → index → search.
Features
🧠 Face Recognition: Uses embeddings to find matching faces
📂 Full Group Indexing: Admin can index every image in the group with one command
🔍 Reply Search: Reply to any photo with /search to find your images
🔄 Updatable Index: Admin can re-index when new images are added
🤖 Simple Commands: /index, /search, /help and you’re good to go
Full source code + details will be available soon.
Until then, feel free to try it
@search_reverse_bot
@chaos_image_search
A Telegram bot that finds your photos in a group using face recognition.
I started this project months ago back in college. During our graduation countdown celebrations, we took tons of photos—hundreds of them—shared inside our Telegram group. Finding my own photos in that mess was… painful 😅.
So I built a bot to solve that.
It’s finally working now.
Usage
• the admin adds the bot to the group
• run /index and the bot will automatically scan all images in the group, create facial embeddings, and store them securely
• after indexing, anyone can reply to a photo with /search
• the bot will match the replied image against the stored embeddings and return the best match 🔍📸
No complicated setup. No stress. Just add → index → search.
Features
🧠 Face Recognition: Uses embeddings to find matching faces
📂 Full Group Indexing: Admin can index every image in the group with one command
🔍 Reply Search: Reply to any photo with /search to find your images
🔄 Updatable Index: Admin can re-index when new images are added
🤖 Simple Commands: /index, /search, /help and you’re good to go
Full source code + details will be available soon.
Until then, feel free to try it
👍1
Update — The Bot Is Now Live 🎉
quick update.
Right after I posted the first announcement, the light went off 😅 and my PC shut down. I was running the bot locally, so it went offline — but it’s back now and fully live again.
You can test it in the test group right away @chaos_image_search.
Just a heads-up: I only have a few images indexed at the moment, so results might look limited. If you want to try it with more data, feel free to upload photos
Since only admins can run indexing, I’ll handle the indexing manually if anyone needs it—just let me know.
Thanks for the patience, and enjoy testing the bot! 🚀
quick update.
Right after I posted the first announcement, the light went off 😅 and my PC shut down. I was running the bot locally, so it went offline — but it’s back now and fully live again.
You can test it in the test group right away @chaos_image_search.
Just a heads-up: I only have a few images indexed at the moment, so results might look limited. If you want to try it with more data, feel free to upload photos
Since only admins can run indexing, I’ll handle the indexing manually if anyone needs it—just let me know.
Thanks for the patience, and enjoy testing the bot! 🚀
🔥1
Bot Update — Cleaner Group Experience 🚀
Quick update for everyone testing the bot:
I’ve changed how the bot sends matched photos.
Before, the bot used to send the result directly inside the group. That could interrupt the flow of messages and make the group a little messy.
Now it’s improved:
👉 When you run /search, the bot will DM you privately
👉 You get your matched photos one-to-one
👉 The group stays clean and continues normally, with no interruptions
👉 Only the person who requested the search gets the results
This makes the whole experience smoother for everyone in the group.
More updates coming soon — thanks for testing! 💙
Quick update for everyone testing the bot:
I’ve changed how the bot sends matched photos.
Before, the bot used to send the result directly inside the group. That could interrupt the flow of messages and make the group a little messy.
Now it’s improved:
👉 When you run /search, the bot will DM you privately
👉 You get your matched photos one-to-one
👉 The group stays clean and continues normally, with no interruptions
👉 Only the person who requested the search gets the results
This makes the whole experience smoother for everyone in the group.
More updates coming soon — thanks for testing! 💙
You know, I never expected this…
This was actually the first project I built right after I Learned JavaScript. I wasn’t trying to make something big — I just wanted to build something, you know? Something useful.
But honestly… I didn’t expect it to get real users. I didn’t expect people to download it, rely on it, or even message me about it. It was just me experimenting inside Acode and Termux, trying to see if I could make a Git clone tool work on a phone.
And seeing it get used even a few people that’s the part that makes me proud. It’s one of those small projects that gives you that feeling like, “Yeah… maybe I can actually build real things.”
This was actually the first project I built right after I Learned JavaScript. I wasn’t trying to make something big — I just wanted to build something, you know? Something useful.
But honestly… I didn’t expect it to get real users. I didn’t expect people to download it, rely on it, or even message me about it. It was just me experimenting inside Acode and Termux, trying to see if I could make a Git clone tool work on a phone.
And seeing it get used even a few people that’s the part that makes me proud. It’s one of those small projects that gives you that feeling like, “Yeah… maybe I can actually build real things.”
Forwarded from Suiii
Life in Commits 💻
https://kalkidang.vercel.app
built with Vite, and adding meta tags using React Helmet didn’t take effect immediately. Because of this, I instructed the agent to add the meta description directly to the index.html file and "AlexDev Portfolio" this happen.
Forwarded from Frectonz
My problems with AI coding
1. Autocomplete
Your brain gets trained to wait for autocomplete to finish. Even when you know exactly what you want to write, it feels like a waste to type it yourself, so you pause and wait for the AI.
2. Code Gen via Prompting
I can’t predict the capabilities of these AI tools. Sometimes they knock it out of the park, and sometimes they just get confused. It makes every prompt feel like a gamble.
1. Autocomplete
Your brain gets trained to wait for autocomplete to finish. Even when you know exactly what you want to write, it feels like a waste to type it yourself, so you pause and wait for the AI.
2. Code Gen via Prompting
I can’t predict the capabilities of these AI tools. Sometimes they knock it out of the park, and sometimes they just get confused. It makes every prompt feel like a gamble.