JettyCoffee commited on
Commit
4a83829
·
verified ·
1 Parent(s): 1340b2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -9,11 +9,31 @@ pinned: false
9
 
10
  # LiveCompose
11
 
 
 
12
  LiveCompose explores intelligent image composition, outpainting, and automatic cropping for mobile deployment.
13
 
14
- This organization hosts:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  - **Spaces**: the AdaCrop image cropping demo.
16
  - **Models**: original AdaCrop PyTorch checkpoints, distilled MobileNetV3 student models, and Core ML exports for iOS.
17
  - **Datasets**: outpainted image data with crop bounding boxes for training.
18
 
19
- AdaCrop uses a two-stage cropping pipeline: a BBox head predicts an initial crop region, then an Actor policy refines the crop through sequential actions such as move, zoom, and stop.
 
 
 
 
 
9
 
10
  # LiveCompose
11
 
12
+ **构妙 LiveCompose — AI-Powered On-Device Composition Assistant**
13
+
14
  LiveCompose explores intelligent image composition, outpainting, and automatic cropping for mobile deployment.
15
 
16
+ [![GitHub](https://img.shields.io/badge/GitHub-LiveCompose-black?logo=github)](https://github.com/LiveCompose)
17
+ [![App Store](https://img.shields.io/badge/App_Store-构妙_LiveCapture-blue)](https://apps.apple.com/cn/app/%E6%9E%84%E5%A6%99/id6754213088)
18
+
19
+ ---
20
+
21
+ LiveCompose is an AI-powered intelligent composition assistant that helps everyday users capture professionally-composed photos. Using reinforcement learning with aesthetic scoring, the system analyzes the viewfinder in real-time and actively guides users to the optimal composition — going far beyond traditional static grid lines.
22
+
23
+ ## What We Build
24
+
25
+ We develop and host the AI models, training datasets, and evaluation benchmarks behind the LiveCompose intelligent photography system.
26
+
27
+ AdaCrop uses a two-stage cropping pipeline: a BBox head predicts an initial crop region, then an Actor policy refines the crop through sequential actions such as move, zoom, and stop.
28
+
29
+ ## What We Hosts
30
+
31
  - **Spaces**: the AdaCrop image cropping demo.
32
  - **Models**: original AdaCrop PyTorch checkpoints, distilled MobileNetV3 student models, and Core ML exports for iOS.
33
  - **Datasets**: outpainted image data with crop bounding boxes for training.
34
 
35
+ ---
36
+
37
+ *LiveCompose — making every snapshot a masterpiece.*
38
+
39
+