/Air-ticket-booking-trend-prediction

KNN-based air-ticket booking trend prediction (booking data vs departure date )

Primary LanguagePython

Air-ticket booking trend prediction

KNN-based booking trend prediction demoImage

Install python 3+
extract the source code

open CMD from python folder and install packages
pip install pickle
pip install flask
pip install sklearn
to start the program run => python predict.py

this will start the flask api server (make sure server is running on http://127.0.0.1:5000 )

open http://127.0.0.1:5000/travel in your browser