RomyMy commited on
Commit
dc78502
β€’
1 Parent(s): fbcf00e

update readme #3

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -67,7 +67,9 @@ Before running the main application, preprocess and import your data into a data
67
  ```bash
68
  python preprocess.py
69
  ```
70
- [data_link](https://drive.google.com/file/d/1tHWB6u3yQCuAgOYc-DxtZ8Mru3uV5_lj/view)
 
 
71
 
72
  ## Running the Application
73
 
 
67
  ```bash
68
  python preprocess.py
69
  ```
70
+
71
+ Download the data as csv file from [here](https://drive.google.com/file/d/1tHWB6u3yQCuAgOYc-DxtZ8Mru3uV5_lj/view) and name it 'product_data.csv'.
72
+ This dataset comprises Amazon products information including item ID, item name, item keywords, product type...
73
 
74
  ## Running the Application
75