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/
Target | Stack |
---|---|
Front end | HTML+CSS |
Algorithm | Python |
Server | Flask |
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