Skip to content

ML based WebApp for california House-Price Prediction deployed over Railways.app . Scroll down to see screenshots of the WebApp

Notifications You must be signed in to change notification settings

KedarKK1/California-Housing-Price-Prediction-Model-ML_WebApp

Repository files navigation

California House Prediction Model

100% Working - Deployed & Tested (See more advanced Dockerized version on dockerized_app branch)

Deployed Link - https://california-housing-price-prediction-model-ml-webapp.up.railway.app/

Steps -

venv\Scripts\Activate.bat
pip install -r requirements.txt
flask run

dummy json to api http://127.0.0.1:5000/predict_api- { "data": { "MedInc": 8.3252, "HouseAge": 52.0, "AveRooms": 6.238137, "AveBedrms": 1.081081, "Population": 496.0, "AveOccup": 2.547945, "Latitude": 37.88, "Longitude": -122.22 } } response - 85.75548629729107

Add

CI=false

in terminal build vars in settings disable restart on error instead check don't restart option, connect this repo to the railways app thats it let it get built.

Screenshots

railways_deployed_page

railways_deployed_page2

railways_deployed_page3

yaml_workflow_automation_page

yaml_workflow_automation_page2

yaml_workflow_automation_page3

jupyter_notebook_page

jupyter_notebook_page2

Changed default branch from main to dockerized_app

About

ML based WebApp for california House-Price Prediction deployed over Railways.app . Scroll down to see screenshots of the WebApp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published