Skip to content

Housify - Property/House Enlisting website Using React Firebase Flask

License

Notifications You must be signed in to change notification settings

Sayan3990/housify-cm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Housify

Property/House Buying & Selling website Using React in the front-end, Firebase as the database and Flask server for price prediction.

Deployement

How to use intelligent price prediction in the website -

  • Due to some problems while deployment, the flask server is not yet deployed, it has to be started in a localhost in your machine to use price prediction. We are working on the problem.
  • To start the flask server in the backend, install anaconda navigator or conda environment for python in your favourite edtitor, if you dont use this then when you will try to start the server after installing the dependencies, it will show this error -'ModuleNotFoundError: No module named 'sklearn.linear_model'
  • To get rid of this error, get inside the server folder - 'cd folder' and type this command - conda install scikit-learn=0.20
  • After installation of the module, move inside the server folder - 'cd server' and install all the dependencies by typing - pip install -r requirements.txt
  • After these Commands run python app.py in terminal, this will start your server at port 5000(Local Host).
  • Now go to the deployed site and you can get predicted price for your property.
  • There was a problem with the CORS policy, we are working on it, so to enable CORS for your browser install this extension.
  • Visit the video tutorial to know how the website works. -

License

  • Distributed under the MIT License. See LICENSE for more information.

Contact

Thank you for visiting :)

Languages

  • Python 94.4%
  • JavaScript 5.0%
  • Other 0.6%