Alexandros Popov
commited on
Commit
·
3342658
1
Parent(s):
743cfd6
updated the readme.
Browse files
README.md
CHANGED
|
@@ -10,8 +10,24 @@ pinned: false
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
|
| 15 |
-
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
The
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
|
|
|
| 13 |
|
| 14 |
+
Let me introduce, the AI Art Director !
|
| 15 |
+
If you’ve ever processed hundreds of RAW photos, you know the pain: post-processing quickly becomes a time sink.
|
| 16 |
+
What if an AI agent could do it for you?
|
| 17 |
|
| 18 |
+
The agent workflow is pretty simple :
|
| 19 |
+
The user inputs an image and the desired vibe : dreamy, sunny, badass, ...
|
| 20 |
+
A couple of llm, the art director, analyze the input image and the user's desire and deduce what filters should be applied and with which intensity : a lot, barely, ...
|
| 21 |
+
The agent interprets these directions and uses internal tools (12 tools) to apply the effects.
|
| 22 |
+
A Vision-Language Model (VLM) critic reviews the result and suggests improvements.
|
| 23 |
+
This process is repeated at most 5 times.
|
| 24 |
+
|
| 25 |
+
Built with:
|
| 26 |
+
|
| 27 |
+
smolagent (agent orchestration)
|
| 28 |
+
Nebius endpoints (tool hosting)
|
| 29 |
+
|
| 30 |
+
Hackathon track:
|
| 31 |
+
Agent Demo Track
|
| 32 |
+
|
| 33 |
+
Video link: https://youtu.be/JKPm7TI9vjI
|