DESCRIPTION The package will build a local web server. The website from the web server allows users to evaluate the price of a residential house base on various explanatory variables and to visualize the results. INSTALLATION Assuming you have python and scikit installed, you will only need to install Flask to start the server conda install -c anaconda flask EXECUTION (On Linux): ./run.sh (On Windows): python server.py
zzhang624/house-price-estimating
Build a website that allows users to evaluate the price of a residential house base on various explanatory variables and to visualize the results.
HTML