Skip to content

Latest commit

 

History

History

weaviate-movie-recommendation-example

weaviate-movie-recommendation

The Dataset used for this example can be found here: https://www.kaggle.com/datasets/lucifierx/movie-recommendation

  1. navigate into the project folder:

    cd weaviate-movie-recommendation-example
    
  2. install all the required node modules:

    npm install
    
  3. make sure the docker file is running

  4. import movies data - here you can use Node or Python:

    For Node, run the following command:

    node add_data.js
    

    For Python, run the following command:

    python3 add_data.py
    
  5. Start the project

    node index.js
    
  6. Navigate to the demo page, http://localhost:4000/{:target="_blank"}

  7. To use, enter name of a movie name in search bar and run search!

movie_recommendation.mp4