Project: Car Price Prediction
- Create the virtual environment
conda create -n venv python=3.8
- Activate the venv
conda activate venv
Car price prediction repo maintain the end to end code predict the price of the car and deployment in Heroku
Jupyter NotebookMIT