This project utilizes deep learning techniques to predict real estate prices based on various property features. By training a neural network model on historical data, the system aims to provide accurate price estimations for real estate properties.
- Data Preprocessing: Cleans and prepares the dataset for training.
- Model Training: Implements a deep neural network using TensorFlow and Keras.
- Evaluation: Assesses model performance using metrics like Mean Absolute Error (MAE).
- Prediction: Generates price predictions for new property data.
Run the following command in your terminal to clone the project:
git clone https://github.com/sneha30404/Real-Estate-Price-Prediction-using-Deep-Learning.git
cd Real-Estate-Price-Prediction-using-Deep-Learning
Make sure you have Python 3.8 or later installed. Then, install the required packages:
pip install -r requirements.txt
- Place your dataset file (
realestate_prices.csv
) in the project directory.
To preprocess the data, train the model, and save the trained model to disk:
python train_model.py
Use the trained model to make predictions on new data:
python predict.py --input new_data.csv --output predictions.csv
Contributions are welcome! Please fork the repository and create a new branch for any feature additions or bug fixes. Submit a pull request for review.
This project is licensed under the MIT License. See the LICENSE
file for details.
For any questions or support, please contact:
- Name: Sneha
- GitHub: sneha30404