https://github.com/otdavies/aiorganizemydesktop
Too lazy to organize my desktop, make gpt + BLIP-2 do it /s
https://github.com/otdavies/aiorganizemydesktop
ai automation blip2 desktop example-project gpt-3 machinelearning organization python
Last synced: about 2 months ago
JSON representation
Too lazy to organize my desktop, make gpt + BLIP-2 do it /s
- Host: GitHub
- URL: https://github.com/otdavies/aiorganizemydesktop
- Owner: otdavies
- Created: 2023-07-23T02:04:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T22:50:08.000Z (over 1 year ago)
- Last Synced: 2025-03-28T21:12:02.315Z (2 months ago)
- Topics: ai, automation, blip2, desktop, example-project, gpt-3, machinelearning, organization, python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AIOrganizeMyDesktop
*Too lazy to organize my desktop, make gpt + BLIP-2 do it*

Renames image files based on content (BLIPv2):

# Running it
- You need python installed, 3.7+
- An [OpenAI API key](https://platform.openai.com/account/api-keys) (for gpt-3.5, file naming, and file grouping suggestions)
- You will need to pip install these libraries:
`pip install pillow transformers torch openai`
- You'll need to add an .env file in the same directory as the main.py. Put your OpenAI key in there, nothing else.
- Run `python main.py "Path/to/your/folder"`# Adding `Organize Files` to your windows right click options:
- run `python install.py`, this will need admin access to add it to the right click option menu.
- run `python uninstall.py` to remove it from the right click menu# Disclaimer
- This is a toy example and might damage your file organization. Use at your own risk.