Skip to content

yasharma2301/Flights-Fare-Prediction

Repository files navigation

Flights Fare Prediction

The project is based on a supervised machine learning algorithm called Random Forest. Random forests are an ensemble learning method for classification and regression. They create a number of decision trees under the hood at the time of training the model and outputs on the basis of averaging techniques in case of regression, which is used here.

Link to woring project: https://flights-fare.herokuapp.com/

Tech Stack

Target Stack
Front end HTML+CSS
Algorithm Python
Server Flask

Sneak Peek

Getting started

After cloning the repo you can run this command to fetch all requirements. Note that you need to have Python installed on your system.

pip install -r requirements.txt

About

Full stack Machine learning application to predict flight fares, works on Random Forest Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages