Yew Chong commited on
Commit
b9f5b21
·
1 Parent(s): 79ebb2c

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -26,13 +26,15 @@ There may be some requirements missed, please install as needed.
26
  All sub-models and the final ensemble classifier model were trained in advance. They are included inside the Data
27
  folder.
28
 
29
- All data used for live recommendation is in the Data folder. Since the Data folder is too large to be submitted,
30
- we will submit a representative subset of the data.
31
 
 
32
  Start the interface with `python -m flask run`.
33
 
34
  If for some reason app does not start, try running `python app.py`.
35
 
 
 
36
  ## Source Code
37
  Codes are stored under `./Books` as `.ipynb` files, and named according to the order they should be run.
38
 
@@ -73,10 +75,10 @@ Then, run the following file to generate recommendation for users:
73
  Run this file: `4_ensemble_final.ipynb`
74
 
75
  ----------------------------------------------------------------
 
76
  # Project Description
77
  In response to the overwhelming number of book choices online, which often leads to decision paralysis and wasted time, we propose the implementation of a Natural Language Processing (NLP) powered recommendation system to address this challenge.
78
 
79
-
80
  For full project description, see the report file in submission.
81
 
82
  ## Members:
 
26
  All sub-models and the final ensemble classifier model were trained in advance. They are included inside the Data
27
  folder.
28
 
29
+ All data used for live recommendation is in the Data folder. Since the Data folder is too large to be submitted, we will submit a representative subset of the data.
 
30
 
31
+ ### To start the UI:
32
  Start the interface with `python -m flask run`.
33
 
34
  If for some reason app does not start, try running `python app.py`.
35
 
36
+ Server should be running on `127.0.0.1:5000`
37
+
38
  ## Source Code
39
  Codes are stored under `./Books` as `.ipynb` files, and named according to the order they should be run.
40
 
 
75
  Run this file: `4_ensemble_final.ipynb`
76
 
77
  ----------------------------------------------------------------
78
+
79
  # Project Description
80
  In response to the overwhelming number of book choices online, which often leads to decision paralysis and wasted time, we propose the implementation of a Natural Language Processing (NLP) powered recommendation system to address this challenge.
81
 
 
82
  For full project description, see the report file in submission.
83
 
84
  ## Members: