Skip to content

jenilsavani9/value-predictor

Repository files navigation

Value Predictor

Value Predictor project is a simple regression project. In this project i take three problem statemet car price prediction, flight price prediction and insurance price prediction.

DEMO

app ui

Datasets

car price prediction : https://www.kaggle.com/nehalbirla/vehicle-dataset-from-cardekho

flight price prediction : https://www.kaggle.com/nikhilmittal/flight-fare-prediction-mh/

insurance price prediction : https://www.kaggle.com/noordeen/insurance-premium-prediction

Installation

The Code is written in Python 3. If you don't have Python installed you can find it on here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip.

Run Locally

Clone the project

  git clone https://github.com/jenilsavani9/value-predictor

Go to the project directory

  cd my-project

Install dependencies

  pip install -r requirements.txt

Start the server

  python3 app.py

Deployement

This app is deployed on Heroku. you can find app Here

Feedback

If you have any feedback, please send email at jenilsavani1@gmail.com

About

this project is a combination of 3 mini projects car price prediction, flight price prediction and insurance price prediction.

Topics

Resources

Stars

Watchers

Forks