Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

flask gridsearchcv http-requests machine-learning machine-learning-algorithms pandas python scikit-learn

Last synced: 3 days ago
JSON representation

Predicts the price of a home in Bengaluru, Karnataka based on location, urbanization, total square feet, bedrooms, bathrooms, and balconies.

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.