Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,65 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
tags:
|
12 |
-
- image-
|
13 |
-
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Frame 0 Laboratory for MIA
|
3 |
+
emoji: 🔬
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.44.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
tags:
|
12 |
+
- image-analysis
|
13 |
+
- flux
|
14 |
+
- prompt-optimization
|
15 |
+
- computer-vision
|
16 |
+
- ai
|
17 |
+
---
|
18 |
+
|
19 |
+
# Frame 0 Laboratory for MIA
|
20 |
+
|
21 |
+
Advanced image analysis and FLUX prompt optimization tool powered by state-of-the-art vision-language models.
|
22 |
+
|
23 |
+
## Features
|
24 |
+
|
25 |
+
- **Advanced Image Analysis**: Uses Florence-2 model for detailed image understanding
|
26 |
+
- **FLUX Optimization**: Applies proven rules for optimal FLUX image generation
|
27 |
+
- **Professional Prompts**: Adds camera settings, lighting, and technical parameters
|
28 |
+
- **Quality Scoring**: Multi-dimensional evaluation of prompt quality
|
29 |
+
- **Clean Interface**: Simple, professional Gradio interface
|
30 |
+
|
31 |
+
## How it Works
|
32 |
+
|
33 |
+
1. **Upload Image**: Support for JPG, PNG, WebP formats up to 1024px
|
34 |
+
2. **AI Analysis**: Florence-2 model analyzes content, composition, and style
|
35 |
+
3. **FLUX Optimization**: Applies camera configurations and lighting setups
|
36 |
+
4. **Quality Score**: Evaluates prompt across multiple quality dimensions
|
37 |
+
|
38 |
+
## Technical Details
|
39 |
+
|
40 |
+
- **Model**: Microsoft Florence-2 for vision-language understanding
|
41 |
+
- **Processing**: CPU/GPU adaptive with memory optimization
|
42 |
+
- **Interface**: Gradio 4.44.0 with responsive design
|
43 |
+
- **Optimization**: FLUX-specific rules and enhancements
|
44 |
+
|
45 |
+
## Usage
|
46 |
+
|
47 |
+
Simply upload an image and click "Analyze Image" to get:
|
48 |
+
- Optimized FLUX prompt ready for image generation
|
49 |
+
- Detailed analysis report with technical specifications
|
50 |
+
- Quality score with breakdown across different dimensions
|
51 |
+
|
52 |
+
## Architecture
|
53 |
+
|
54 |
+
- **Modular Design**: Clean separation of concerns
|
55 |
+
- **Error Handling**: Robust error management at every step
|
56 |
+
- **Memory Efficient**: Automatic cleanup and optimization
|
57 |
+
- **Scalable**: Ready for batch processing and API integration
|
58 |
+
|
59 |
+
## License
|
60 |
+
|
61 |
+
Apache 2.0 - See LICENSE file for details
|
62 |
+
|
63 |
+
---
|
64 |
+
|
65 |
+
*Frame 0 Laboratory for MIA - Advanced AI Research & Development*
|