Creating a drug recommendation system using sentiment analysis and collaborative filtering based on the UCI drug review dataset
To create the the data results please follow the instructions in order.
The two dependencies for recreating the dataset are access to Google Drive and Google colab.
-
Download the test and train dataset from "https://www.kaggle.com/datasets/jessicali9530/kuc-hackathon-winter-2018/code?datasetId=76158&searchQuery=recommen"
-
Upload the dataset to the personal google drive.
-
Download the GloVe Embedding file from "https://www.kaggle.com/datasets/takuok/glove840b300dtxt"
-
Upload the file to google drive.
-
To recreate method 1, upload the relevant notebook to the colab site with the account linked to the same google drive where the datasets are stored.
-
Change the dataset locations and run the notebook.
-
To recreate method 2, upload the relevant notebook to the colab site with the account linked to the same google drive where the datasets are stored.
-
Change the dataset locations and embedding file locations and run the notebook.