https://github.com/torhamdev/gpt-profile-selector
let ChatGPT select a profile picture for you!
https://github.com/torhamdev/gpt-profile-selector
Last synced: 6 months ago
JSON representation
let ChatGPT select a profile picture for you!
- Host: GitHub
- URL: https://github.com/torhamdev/gpt-profile-selector
- Owner: TorhamDev
- License: mit
- Created: 2024-07-24T05:11:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T13:03:59.000Z (over 1 year ago)
- Last Synced: 2025-08-25T21:35:08.042Z (7 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPT-profile-selector
let ChatGPT select a profile picture for you!
> this is an assignment but i like the idea!
The idea is you have lots of photos and you don't know which one is good for your profile :confused:
So instead of using your brain and choosing a profile picture, you ask ChatGPT to select a photo based on images you have on this platform. After that ChatGPT selects one for you and tells you why he selected this image :)
So now you have a profile picture and we have money :brain:
## How to run?
```bash
# clone repo
git clone https://github.com/TorhamDev/GPT-profile-selector.git
cd GPT-profile-selector
# install packages
pip install -r requirements.txt
# Setup database
python manage.py makemigrations
python manage.py migrate
# Run basic development server
python manage.py runserver
```