Giter Club home page Giter Club logo

flight-price-predictions's Introduction

Flight-Price-Predictions

Flight Fare Prediction - a Classic Time Series Project

  • Flight fare prediction is a classical problem of time series forecasting that finds trends in past observations to outline the future
  • Many popular flight booking websites today, including Google Flights, showcase important insights on:
    • Current fair status: high, low or fair
    • Past fare trends, upcoming future trends and
    • Helps decide the right time to book a flight ticket.
  • In this project, we are going to build a Python Flight Fare Prediction App, that returns the fare prediction for a given set of travel details, like: departure date, arrival date, departure city, arrival city, stoppages, and the airline carrier.

App Functionality

Steps to run Flight Fare App - on Windows

  • Prerequisites: Python 3.9 (ensure Python is added to PATH) + Git Client

  • Open GIT CMD >> navigate to working directory >> Clone this Github Repo (or download project files from GitHub directly)

    git clone https://github.com/shoaib-1457/Flight-Price-Predictions.git 
    
  • Open Windows Powershell >> navigate to new working directory (cloned repo folder)

  • Run Project in Flask (Using PIP + Virtualenv)

      pip install virtualenv                  # install virtual environment        
      virtualenv ENV                          # create virtual environment by the name ENV
      .\ENV\Scripts\activate                  # activate ENV
      pip install -r .\requirements.txt       # install project dependencies
      python app.py                           # run the project
      deactivate                              # close virtual environment once done
    

Steps to run Flight Fare App - on Mac

  • Prerequisites: Python 3.9

  • Open Terminal >> navigate to working directory >> Clone this Github Repo (or download project files from GitHub directly)

      git clone https://github.com/shoaib-1457/Flight-Price-Predictions.git 
    
  • Navigate to project working directory (cloned repo folder)

  • Run Project in Flask (Using PIP + Virtualenv)

      pip install virtualenv                  # install virtual environment
      virtualenv ENV                          # create virtual environment by the name ENV
      source ENV/bin/activate                 # activate ENV
      pip install -r requirements.txt         # install project dependencies
      python app.py                           # run the project
      deactivate                              # close virtual environment once done
    

Bug / Feature Request

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.

Important links:

flight-price-predictions's People

Contributors

shoaib-1457 avatar

Stargazers

Shristi Kushwaha avatar Harshita Nimje avatar Shubham Singh avatar Ajinkya Fulpatil avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.