Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kedarkk1/california-housing-price-prediction-model-ml_webapp

ML based WebApp for california House-Price Prediction deployed over Railways.app . Scroll down to see screenshots of the WebApp
https://github.com/kedarkk1/california-housing-price-prediction-model-ml_webapp

california-house-price-prediction deployed-to-production ml prediction webapp

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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