Skip to content

The Airfare project is a web application that allows users to search for and book airfare. It utilizes a machine learning model trained on historical flight data to predict flight prices. The application provides a user-friendly interface where users can enter their travel details, such as departure and destination airports, travel dates and other.

License

Notifications You must be signed in to change notification settings

badalk121/Airfare

Repository files navigation

Airfare

This project is a web application built with Flask that allows users to search for and book airfare.

Prerequisites

  • Python 3.x
  • Flask
  • Flask-CORS

Installation

  1. Clone the repository: git clone https://github.com/badalk121/Airfare.git
  2. Install the required dependencies: pip install flask flask-cors

Running the Application

  1. Open a terminal and navigate to the project directory: cd Airfare
  2. Run the Flask application: python app.py
  3. Access the application in your web browser: http://localhost:5000

Usage

  1. Fill in the form on the home page with the desired departure and destination airports, travel dates, and other criteria.
  2. Click the "Check Price" button to search for flights.
  3. View the available flights and their details.
  4. Select a flight to book a ticket.
  5. Enter your personal information and payment details to complete the booking process.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

The Airfare project is a web application that allows users to search for and book airfare. It utilizes a machine learning model trained on historical flight data to predict flight prices. The application provides a user-friendly interface where users can enter their travel details, such as departure and destination airports, travel dates and other.

Topics

Resources

License

Stars

Watchers

Forks