Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 526 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 526 Bytes

Flight Price Prediction

Overview

This is a Flask web application which predicts the dare of flight ticket.

Softwares and Tools Required

  1. Github
  2. VS Code IDE
  3. Heroku
  4. Git CLI

Commands

Create a new environment

conda create -p venv python==3.7 -y

Install required libraries

pip install -r requirements.txt

Did not add Heroku deployment yet. Can only run locally.