This Prediction system ingests raw e-commerce customer and order data, cleans and transforms both tables, loads them into PostgreSQL, generates analytics-ready views, trains churn and customer lifetime value models, and exposes real-time prediction services through FastAPI and Streamlit.
data/raw/customers.csv and data/raw/orders.csvscripts/extract.py and scripts/transform.pyscripts/load.pysql/07.views.sql and scripts/views.pysrc/feature.pysrc/model.pysrc/predict.py and stored in the database/predict

