Skip to content

oopsankit/Flight_fare_predict

Repository files navigation

Flight Price Prediction

This project predicts flight ticket prices based on various input features, such as origin, destination, date, and airline. It uses a machine learning model built with Python and scikit-learn, with a user interface developed in ReactJS and styled with Tailwind CSS.

Features

  1. Predicts flight ticket prices based on selected parameters.
  2. Frontend built with ReactJS and Tailwind CSS for an interactive user experience.
  3. API built with Flask to serve predictions from the trained model.
  4. Supports model retraining and integration with updated datasets.

Tech Stack

  1. Python: Backend server and model training
  2. scikit-learn: Machine learning model for prediction
  3. Flask REST API to serve predictions
  4. ReactJS: Frontend for collecting user input and displaying predictions
  5. Tailwind CSS: Styling for a responsive UI

Usage

Enter flight details in the provided form (origin, destination, date, etc.). Click on the "Predict" button to get the predicted ticket price. The predicted price will appear below the form.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors