Spaces:
Running
Running
update readme #3
Browse files
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 |
-
|
|
|
|
|
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 |
|