/car-price-prediction

Car price prediction repo maintain the end to end code predict the price of the car and deployment in Heroku

Primary LanguageJupyter NotebookMIT LicenseMIT

Project: Car Price Prediction

Steps to follow :

  1. Create the virtual environment

    conda create -n venv python=3.8

  2. Activate the venv

    conda activate venv