Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 556 Bytes

File metadata and controls

17 lines (12 loc) · 556 Bytes

Action Item Extractor with AI

A Python-based project that uses OpenAI's API to extract action items from meeting minutes in PDF format. It automatically formats dates and stores the tasks in an SQLite database for efficient tracking and management.

Features

  • Extracts action items from PDF meeting minutes using OpenAI's GPT-4 model.
  • Stores action items and due dates in an SQLite database.
  • Designed to integrate with Microsoft To-Do for efficient task management.

Requirements

  • Python 3.x
  • Libraries:
    • PyPDF2
    • openai
    • sqlite3