Note: Check branch '5001_release', '5002_release' for the Rental Recommendation System and Rental Price Forecast System respectively.
git clone https://github.com/Leelinze/Rental-Recommendation-Systems-in-Singapore-.git
conda create --name pjrent python=3.11
conda activate pjrent
cd SystemCode/Rental-Recommendation-System-in-Singapore
conda install --file requirements.txt
cd SystemCode/Rental-Recommendation-System-in-Singapore
touch app/.env
echo 'GEOCODING_APIKEY="Your API Key"' > app/.env
python run.py
Go to URL using web browser http://0.0.0.0:5000 or http://127.0.0.1:5000 or http://localhost:5000