Skip to content

Attempt to create automated solution for reporting work activity. Currently only MacOS is supported. GPT-4 API access (API key) is required.

License

Notifications You must be signed in to change notification settings

viktorbezdek/ai-work-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Work Report

⚠️ Warning: This tool is still in its early stages of development, and the basic reporting functionality is not yet operational.

👨‍💻 Please note that currently, this tool is only compatible with Mac operating systems.

The Problem

One of the most tedious parts of creating reports is writing work logs. This tool aims to simplify the process by functioning as an activity logger. By logging keystrokes, active applications and titles, timestamps, screenshots, and potentially microphone and webcam input, the tool can automate the task of creating work logs.

Development

Prerequisites

  • Python 3
  • GPT-4 API key
  • TODO

Installation

  1. To begin, clone the repository and navigate to the ai-work-report folder.
  2. Create a virtual environment using the following command:
    virtualenv env
  3. Activate the environment:
    source env/bin/activate
  4. Install the necessary dependencies:
    pip3 install -r requirements.txt
  5. To run the tool, enter the following command:
    python3 ./main.py
    ℹ️ Please ensure that you give the terminal permissions to log keystrokes and other information.

© 2023 Viktor Bezdek, MIT License

About

Attempt to create automated solution for reporting work activity. Currently only MacOS is supported. GPT-4 API access (API key) is required.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages