Skip to content

yashas9916/bostonhousepricing

Repository files navigation

Boston House Pricing Prediction

Software and Tool Requirements

  1. Github Account
  2. HerokuAccount
  3. VSCodeIDE
  4. Gitcli

Create a new environment for the project.

... conda create -p venv python==3.11.5 -y ...

#Activate the environment conda activate venv/

#install required packages pip install -r requirements.txt

#Setting up Git git config --global user.name 'yashas' git config --global user.email '[email protected]'

  • git add .
  • git status
  • git commit -m 'This commit includes requir ements.txt and readme file'
  • git push origin main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published