Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kedarkk1/california-housing-price-prediction-model-ml_webapp
- Owner: KedarKK1
- Created: 2023-03-07T10:33:21.000Z (almost 2 years ago)
- Default Branch: dockerized_app
- Last Pushed: 2023-07-31T01:31:41.000Z (over 1 year ago)
- Last Synced: 2024-11-07T20:52:03.975Z (2 months ago)
- Topics: california-house-price-prediction, deployed-to-production, ml, prediction, webapp
- Language: Jupyter Notebook
- Homepage:
- Size: 7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.75548629729107Add
```
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
Changed default branch from main to dockerized_app