How to save each RepeatingGroup cell as a separate entry

Hi, I created a RepeatingGroup which allows users to upload an image to each item and enter text, and now I want to save each of the cells to the database so that I can:

  1. Maintain the connection between text and image
  2. Re-display them to the user later.

How should I do this? Thanks