Skip to content

Instantly share code, notes, and snippets.

@YASH-GU24
YASH-GU24 / GSoC work.md
Created September 12, 2022 08:26
This gist contains Information about the work done by me as a part of GSoC 2022

Project Description:-

This project aims to make more examples and tutorials for weaviate. As any beginner who wants to use weaviate, These examples and tutorials are the best way to start learning. So it's better that we have a good number of these examples. The project can use various datasets available at sites like Kaggle.com or https://paperswithcode.com/datasets. These examples will not only help the beginners but also help people who already are using weaviate as by watching these they can come up with a new similar idea of their own to use weaviate.

Demos made as a part of GSoC:

  • Movie Search Engine:- In this demo I used the dataset of over 48,000+ movies scraped from the IMBD website. The demo had various functionalities like filtered searching or semantic searching. We could also sort the results on the basis of title, rating, etc.

    The PR link of the demo can be found here:- weaviate/weaviate-examples#22

  • Audio Genre Classifier:- This Demo demo