Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 678 Bytes

cluj-real-estate

Cluj-Napoca Real Estate Data Analysis and Price Prediction

The Cluj-Napoca Real Estate market, for better or worse, has been booming in the last years. In this repo you can find a real estate data analysis of this market. All data has been collected and analyzed by the authors.

Virtual environment

The virtual environment was initialized with the following command:

python3 -m venv virtual_env

To activate:

source virtual_env/bin/activate

To save the environment, we used:

pip3 freeze > requirements.txt

And here is what you have to do to have all the requirements for this repository:

pip3 install -r requirements.txt