Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 426 Bytes

Flight Price Predictor

Installation

  • Clone the repository.
  • Create a folder static in the root directory.
  • Add the rf_model.pkl file in the static folder.

For Frontend

  • Go to flight folder.
  • Run npm install.
  • Run npm start.

For Backend

  • In the root directory, run venv\Scripts\activate.
  • Run pip install -r requirements.txt.
  • Run python manage.py runserver.