Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 586 Bytes

Image Reconstruction Using Linear Algebra

This project explores multiple methods of image reconstruction using linear algebra. The methods explored are:

  • Regularized Least Squares
  • Convex LASSO
  • Stable Diffusion

How to Run

  1. Clone the repository
  2. Install dependencies (numpy, scipy, cvxpy, python-dotenv)
  3. Run python3 main.py

Results

Original Image

Original Image

Regularized Least Squares

Regularized Least Squares

Convex LASSO

Convex LASSO

Stable Diffusion

AI