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.
- 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.
- Python 3.x
- Libraries:
- PyPDF2
- openai
- sqlite3