The Dataset used for this example can be found here: https://www.kaggle.com/datasets/lucifierx/movie-recommendation
-
navigate into the project folder:
cd weaviate-movie-recommendation-example
-
install all the required node modules:
npm install
-
make sure the docker file is running
-
import movies data - here you can use
Node
orPython
:For
Node
, run the following command:node add_data.js
For
Python
, run the following command:python3 add_data.py
-
Start the project
node index.js
-
Navigate to the demo page, http://localhost:4000/{:target="_blank"}
-
To use, enter name of a movie name in search bar and run search!