Predict slow wait times in Midjourney using machine learning.
End-to-end time series prediction using cronjobs for data collection, ETL, machine learning for forecasting, and finally data visualization in JS.
DISCLAIMER: This is an educational/portfolio project with no profit intent.
Fetch -> ETL -> Analytics -> ML.
All deployed to AWS, except for ML (work in progress)
Deployment: https://promptry.org/projects/mj-timeseries
Decompose series data into frequencies for feature selection.
Using various tools for understanding data over time.
Forecasting the next window of time based on previous window.
Front-end JS visualization.