Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 490 Bytes

File metadata and controls

24 lines (18 loc) · 490 Bytes

Email Labeling AI

A Python tool to automatically label today's emails using AI.

Setup

  1. Install Dependencies

    pip install PyYAML openai
  2. Configuration Edit config/config.yml with your settings:

    • email: IMAP connection details.
    • ai: API key, model, and the prompt to control classification.
  3. Usage

    python src/main.py

License

License is under GPL-2.0, you can view the License file for more details.