Akashvarma26 / Car-Price-Prediction

Car price prediction using ExtraTreesRegressor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Car-Price-Prediction

Car price prediction using ExtraTreesRegressor and building web app using Flask.

Web app link: https://car-price-predicter-akash.onrender.com

You can use this to create create environment

conda create -p venv -y

You can use this to activate env

conda activate venv/

You can use this to install requirements

pip install -r requirements.txt

GIT COMMANDS

Use this to configure git account

git config --global user.name      
git config --global user.email

Use this to add files

git add .

To check files use

git status

Commit files using

git commit -m "message"

To git push use

git push origin main

Use this to run flask app and copy the local url.

python app.py

About

Car price prediction using ExtraTreesRegressor.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.2%Language:HTML 0.5%Language:Python 0.2%Language:CSS 0.2%