Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madhu-smita-behera/boston-house-price-prediciton


https://github.com/madhu-smita-behera/boston-house-price-prediciton

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Boston-House-Price-Prediciton

## Software and tools required

1. [Github Account](https://github.com)
2. [Heroku Account](https://heroku.com)
3. [VSCode IDE](https://code.visualstudio.com/)
4. [Git CLI](https://git-scm.com/book/en/v2/Getting-Started-The-Command-Line)

## Create a new environment
```
conda create -p venv python==3.7 -y
```