Kaggle dataset for hotel booking demand can be downloaded here
Important - Put the csv file inside folder cancel_model/datasets
pip install -r requirements.txt
To train the model
python cancel_model/train.py
To test the model using FastAPI
python app/main.py