The repository below will consist of an application that predicts housing prices using historical data. This project uses python and poetry for dependency management, and includes tests to ensure the functionality is correct.
If you haven't already intall the following:
- Download Python 3.12.
- Download Poetry for dependency management.
-
Fork the Repository:
- Fork this repository to your GitHub account.
-
Clone the Repository:
- Clone the forked repository to your local machine:
git clone https://github.com/YOUR-USERNAME/housing_price_predictor.git cd housing_price_predictor
- Clone the forked repository to your local machine:
-
Install Dependencies:
-
Install the project dependencies using Poetry:
poetry install
python -m poetry add sphinx pytest ruff
-
-
Activate the Poetry Environment:
- Activate the Poetry virtual environment:
poetry shell
- Activate the Poetry virtual environment:
In order to run Python, read this final step to ensure installation.
- In GitBash open the projects directory.
cd housing_price_predictor/housing_price_predictor
-
Run python: Execute the main script:
sh python main.py
-
Expected Output: You should see the product of the Multiplication Function, which is a part of the dummy method for demonstration purposes:
*****************
After reading this file you should understand how to set up the repositroy and run the application on your local machine.