Skip to content

Latest commit

 

History

History
executable file
·
30 lines (27 loc) · 656 Bytes

README.md

File metadata and controls

executable file
·
30 lines (27 loc) · 656 Bytes

FYP - RentInSG 🎓

A fully automated rental price analysis platform for Singapore, facilitating data-driven decisions when surveying rental properties 🏘️

Technology

  • Airflow
  • MLflow
  • Kubernetes
  • Postgres
  • Redis
  • Celery
  • Streamlit
  • FastAPI
  • AWS S3
  • DuckDB

Directory Structure

.
├── .github         # pipelines
├── airflow         # airflow infra and DAGs
├── assets          # static files
├── pkg             # core library
├── .flake8
├── .env.example
├── .gitignore
├── LICENSE
└── README.md

This repository contains code submitted for NTU's Final Year Project