We are building machine learning products for a fixed weekly fee. We saw that search engines are the most requested type of product.
Nowadays, with https://streamlit.io/, https://typesense.org/, or http://jina.ai/ (which are open source) and some coding skills you can build state-of-the-art quality search engines. 10 years ago a team of engineers was required for this.
Nowadays, with https://streamlit.io/, https://typesense.org/, or http://jina.ai/ (which are open source) and some coding skills you can build state-of-the-art quality search engines. 10 years ago a team of engineers was required for this.
Some examples,
You can search documents: https://pinksearchengine.link/example_search.html (code here https://github.com/kstathou/vector_engine)
You can search webpages: https://pinksearchengine.link/example_search_web.html (code here https://github.com/typesense/showcase-recipe-search)
You can search images, using textual queries: https://pinksearchengine.link/example_search_images_with_tex... (code here https://github.com/vatsalsaglani/CLIPSemanticImageSearch)
You can search images, using images as queries: https://pinksearchengine.link/example_search_images_with_ima... (code here https://github.com/thoppe/streamlit-CLIP-Unsplash-explorer)