Skip to content

Akashvarma26/Car-Price-Prediction

Repository files navigation

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 conda 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 in the local url.

python app.py

About

Car price prediction using ExtraTreesRegressor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages