MyFlightPrice is a Flask web app which can predict your flight price based on the required information. Price may vary based on Source & Destination cities, Stops, Departure and Arrival Date & Time. Random Forest Regressor is implemented to predict the price of a flight.
Link: https://myflightprice.herokuapp.com/ or Click Here
To install the required packages and libraries, run this command in the project directory after cloning the repository:
pip install -r requirements.txt
├── static
│ ├── main.css
├── template
│ ├── about.html
│ ├── home.html
│ ├── layout.html
│ ├── predicted.html
├── Procfile
├── README.md
├── app.py
├── flight_price.ipynb
├── flight_rf.pkl
├── requirements.txt
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result
- Use Multiple Algorithms
- Front - End