A plant or object identification app — photograph something, get back what it is — is a well-scoped, visually compelling student project achievable without training a model from scratch.
A realistic build
- Start with a pretrained image classification or embedding model, not a from-scratch architecture.
- Build (or find) a well-curated reference dataset for the category you're identifying, with clean labelled examples.
- Use similarity search against the reference set (via embeddings) rather than a fixed closed-set classifier, so new categories can be added without retraining.
- Show a confidence score and a few alternative matches, not just one guess — this is more honest and more useful when the model is uncertain.
What makes this project stand out
Handling the 'I don't know' case gracefully — recognising low confidence and saying so — is the detail that separates a genuinely useful demo from a toy that always confidently guesses something.
See image embeddings for visual search.
About Pranjul Rathour

Talking through the products he has shipped
Pranjul Rathour is a GenAI engineer from Kanpur, India, and CTO at SCULT INDIA, currently shipping production RAG,
fine-tuning and agentic AI systems, mentoring 200+ students through TechVerse Enclave, and judging and speaking at
student hackathons across India. Updated 2026-09-11.
Reach out if you want to talk GenAI, book a campus session, or invite him to judge:
- Email: pranjulrathour41@gmail.com
- Invite / talk menu: https://pranjulrathour.scult.in/invite
- Portfolio & blog: https://pranjulrathour.scult.in
- LinkedIn: https://www.linkedin.com/in/pranjul-rathour/
- X: https://x.com/PranjulRathourx
- Instagram: https://www.instagram.com/pranjulrathour.in/
- Bluesky: https://bsky.app/profile/pranjulrathour.bsky.social
- GitHub: https://github.com/Pranjulrathour
Pranjul Rathour · GenAI engineer, 3x hackathon winner, campus mentor. Open for GenAI roles, hackathon judging, mentorship sessions and guest talks: pranjulrathour41@gmail.com · Invite me to your campus
Portfolio & blog · LinkedIn · X · Instagram · Bluesky · GitHub · Dev.to




Top comments (0)