Generative AI app for Lost and Found belonggins using Open AI clip-vit-large to create image embeddings and search them using Natural Language powered by a vector database. Video Demo available here:
[ ] Landing page should be descriptive. Should give a nice overview of the project
[ ] Claiming process should be streamlined. Discussions on this are most welcomed
[ ] For deployment purposes SentenceTransformers was remove in this commit & this made the embeddings model shift to text-embedding-3-small from clip-vit-b-32. We need a multi-modality in this project. Ideally a new github release with these changes is expected
[ ] Remove the references to any particular individual.
@whynesspower wants to contribute to the landing page. Is there any available design or inspiration? Also, what about authentication? Is there any plan for that?