- Only images are given in a folder.
- I provided titles and links of each news alongside summaries in a CSV file.
- "title_link.json" contains the titles and links.
- 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
- 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.
