Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 617 Bytes

File metadata and controls

18 lines (12 loc) · 617 Bytes

Assumptions

  1. Only images are given in a folder.
  2. I provided titles and links of each news alongside summaries in a CSV file.
    • "title_link.json" contains the titles and links.

Execution

  • main.py -> Program starts here
  • ocr_gemini.py -> Used to extract text from given images and summarize it
  • google_drive.py -> Used to push CSV files to a specific folder on Google Drive using API

Visualization

visual

Preview of Output

  • index.html is a GPT-generated file that takes CSV as input and generates a table on the browser with the contents of the CSV file.