Skip to content

sarthak91-debug/FlightPricePredictor

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.0%
  • JavaScript 34.5%
  • HTML 11.8%
  • CSS 5.7%