Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 413 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 413 Bytes

Hotel recommendation system

  • Features and facilities expected in the hotel are given as input in the webpage
  • It will run a python script using flask api and give the input to RNN classifier
  • The model will output recommended hotels for the expected features and facilities
  • The model uses the csv files inside areas folder to make the classification

predict.py is the script which runs the RNN classifier