The main objective of this project is to predict the travelling price from one location to other using the historical data.
- First clone this repository
git clone https://github.com/Google-Developer-Student-Club-RAIT/Beginner_Track-FlightPricePrediction-WebApp.git
- Create and activate conda environment
conda create -n flightpredapp
conda activate flightpredapp
- Install all the packages
pip install -r requirements.txt
python app.py
Refer here
Copyright (c) GDSC Rait. All rights reserved. Licensed under the MIT License