https://github.com/umasivakumar14/real_estate_ml_model
Predicts the price of a home in Bengaluru, Karnataka based on location, urbanization, total square feet, bedrooms, bathrooms, and balconies.
https://github.com/umasivakumar14/real_estate_ml_model
aws flask gridsearchcv http-requests machine-learning machine-learning-algorithms nginx pandas python scikit-learn
Last synced: 3 months ago
JSON representation
Predicts the price of a home in Bengaluru, Karnataka based on location, urbanization, total square feet, bedrooms, bathrooms, and balconies.
- Host: GitHub
- URL: https://github.com/umasivakumar14/real_estate_ml_model
- Owner: UMASIVAKUMAR14
- Created: 2024-08-02T14:33:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T23:42:51.000Z (12 months ago)
- Last Synced: 2025-06-30T05:04:34.098Z (3 months ago)
- Topics: aws, flask, gridsearchcv, http-requests, machine-learning, machine-learning-algorithms, nginx, pandas, python, scikit-learn
- Language: Jupyter Notebook
- Homepage: http://ec2-3-19-57-187.us-east-2.compute.amazonaws.com/
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real_Estate_ML_Model
Interact with the model at http://ec2-3-19-57-187.us-east-2.compute.amazonaws.com/
Used Pandas and Scikit-learn to clean a dataset and develop a ML model that predicted home prices based on location, urbanization, beds, baths, balconies, and sq ft. Trained on a kaggle dataset to 85% accuracy. Built a Python Flask server to respond to HTTP requests. Designed & developed a UI that took user inputs for the model with HTML, CSS, and JavaScript. Configured an Nginx Web Server to handle HTTP requests and serve the website on an AWS EC2 instance.
Applies concepts learned in code basics machine learning course.