Skip to content

erikqtrs/housepriceprediciton_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quito House Prediction Web App

This is the repository of the web app about Quito house price prediction project.

If you want reproduce this repository you can do :

  • Clone the repository git colene https://github.com/erikqtrs/housepriceprediciton_webapp.git

  • Then you will have to create a virtualenv

    python virtualenv venv

  • Activate the virtualenv

    • source ./ven/bin/activate in Linux/Mac
    • venv/Scripts/activate in Windows
  • Install the libraries from requirements.txt file
    pip install -r requirements.txt

  • Run the next command:

    python ./src/app.py

  • Open the url from console or bash and paste it into a browser and enjoy.

Notebook Quito Price Prediction