An intuitive web application built with Streamlit to predict real estate prices using linear regression.
.
├── app.py
├── scripts
│ └── train.py
├── models
│ └── model.pkl
├── utils
│ ├── preprocessing.py
│ └── logger.py
└── data
└── final.csv
- Clone repository and install dependencies with
pip install -r requirements.txt - Run Streamlit app with
streamlit run app.py
- Python, Pandas, Scikit-learn, Streamlit