This project explores multiple methods of image reconstruction using linear algebra. The methods explored are:
- Regularized Least Squares
- Convex LASSO
- Stable Diffusion
- Clone the repository
- Install dependencies (numpy, scipy, cvxpy, python-dotenv)
- Run
python3 main.py