MishaF commited on
Commit
bf3e29b
·
verified ·
1 Parent(s): 078f3cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -30
README.md CHANGED
@@ -7,50 +7,50 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- <!-- BRIA AI • Hugging Face Organization Page (Light Mode) -->
11
- <section style="font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #111827; background-color: #ffffff; max-width: 960px; margin: 0 auto; padding: 40px; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);">
12
 
13
  <!-- Header -->
14
- <header style="text-align: left; margin-bottom: 1.5rem;">
15
- <h1 style="margin: 0 0 .5rem 0; font-size: 2rem; color: #1e293b;">BRIA AI</h1>
16
- <p style="margin: 0; font-size: 1.1rem; color: #334155;">
17
  <strong>Enterprise-ready Visual Generative AI — Fully-licensed, Customizable, Developer-First.</strong>
18
  </p>
19
- <div style="margin-top:.75rem; display:flex; gap:.5rem; flex-wrap:wrap;">
20
- <span style="background:#eef2ff; color:#3730a3; border:1px solid #c7d2fe; border-radius:999px; padding:.3rem .7rem; font-size:.85rem;">Source-available models</span>
21
- <span style="background:#ecfeff; color:#0e7490; border:1px solid #a5f3fc; border-radius:999px; padding:.3rem .7rem; font-size:.85rem;">100% licensed data</span>
22
- <span style="background:#f0fdf4; color:#166534; border:1px solid #bbf7d0; border-radius:999px; padding:.3rem .7rem; font-size:.85rem;">Commercial licensing</span>
23
- <span style="background:#fff7ed; color:#9a3412; border:1px solid #fed7aa; border-radius:999px; padding:.3rem .7rem; font-size:.85rem;">API & Fine-tuning</span>
24
  </div>
25
  </header>
26
 
27
  <!-- About -->
28
- <section id="about" style="margin: 2rem 0; border-top: 1px solid #f1f5f9; padding-top: 1.5rem;">
29
- <h2 style="font-size:1.4rem; margin-bottom:.5rem; color:#1e293b;">About</h2>
30
- <p>
31
  Bria AI empowers developers and enterprises to build next-generation visual applications using high-fidelity
32
  <em>generative</em> and <em>editing</em> models with full commercial reliability.
33
  </p>
34
- <ul style="margin-left:1.25rem;">
35
- <li>Pre-trained and source-available models (text-to-image, image-editing, video-editing) built on <strong>100% licensed data</strong>.</li>
36
- <li>Full API suite for generation, editing, product shots, and tailored (fine-tuned) models.</li>
37
- <li>Developer-first integration via HF Hub models, examples, and standard ML tooling.</li>
38
- <li>Enterprise-grade safeguards and commercial licensing for production deployments.</li>
39
  </ul>
40
  </section>
41
 
42
- <!-- What You'll Find on HF -->
43
- <section id="on-hf" style="margin: 2rem 0; border-top: 1px solid #f1f5f9; padding-top: 1.5rem;">
44
- <h2 style="font-size:1.4rem; margin-bottom:.5rem; color:#1e293b;">What You’ll Find Here on Hugging Face</h2>
45
- <ul style="margin-left:1.25rem;">
46
- <li>Model cards and weights (where applicable) for research or fine-tuning (non-commercial use).</li>
47
- <li>Links to API endpoints and integration examples for hands-on experimentation.</li>
48
- <li>Spaces / demos showcasing generation, editing, background removal, and tailored pipelines.</li>
49
- <li>Paths to commercial licensing for production deployments.</li>
50
  </ul>
51
  </section>
52
 
53
- <footer style="margin-top:2rem; font-size:.9rem; color:#64748b; text-align:center;">
54
- © BRIA AI
55
- </footer>
56
- </section>
 
7
  pinned: false
8
  ---
9
 
10
+ <!-- BRIA AI • Hugging Face Organization Page (Compact, All Black Text) -->
11
+ <section style="font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; line-height:1.5; color:#000; background:#fff; max-width:900px; margin:0 auto; padding:20px; border:1px solid #ddd; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.05);">
12
 
13
  <!-- Header -->
14
+ <header style="margin-bottom:1rem;">
15
+ <h1 style="margin:0; font-size:1.75rem; color:#000;">BRIA AI</h1>
16
+ <p style="margin:.25rem 0 0 0; font-size:1rem; color:#000;">
17
  <strong>Enterprise-ready Visual Generative AI — Fully-licensed, Customizable, Developer-First.</strong>
18
  </p>
19
+ <div style="margin-top:.5rem; display:flex; gap:.4rem; flex-wrap:wrap;">
20
+ <span style="background:#eef2ff; color:#000; border:1px solid #ccc; border-radius:999px; padding:.2rem .6rem; font-size:.8rem;">Source-available models</span>
21
+ <span style="background:#ecfeff; color:#000; border:1px solid #ccc; border-radius:999px; padding:.2rem .6rem; font-size:.8rem;">100% licensed data</span>
22
+ <span style="background:#f0fdf4; color:#000; border:1px solid #ccc; border-radius:999px; padding:.2rem .6rem; font-size:.8rem;">Commercial licensing</span>
23
+ <span style="background:#fff7ed; color:#000; border:1px solid #ccc; border-radius:999px; padding:.2rem .6rem; font-size:.8rem;">API & Fine-tuning</span>
24
  </div>
25
  </header>
26
 
27
  <!-- About -->
28
+ <section id="about" style="padding-top:.75rem; border-top:1px solid #eee;">
29
+ <h2 style="font-size:1.2rem; margin:.25rem 0; color:#000;">About</h2>
30
+ <p style="margin:.25rem 0; color:#000;">
31
  Bria AI empowers developers and enterprises to build next-generation visual applications using high-fidelity
32
  <em>generative</em> and <em>editing</em> models with full commercial reliability.
33
  </p>
34
+ <ul style="margin:.25rem 0 .5rem 1rem; padding:0; color:#000;">
35
+ <li>Pre-trained and source-available models built on <strong>100% licensed data</strong>.</li>
36
+ <li>Full API suite for generation, editing, product shots, and tailored models.</li>
37
+ <li>Developer-first integration via HF Hub, examples, and standard ML tooling.</li>
38
+ <li>Enterprise-grade safeguards and commercial licensing for production.</li>
39
  </ul>
40
  </section>
41
 
42
+ <!-- Hugging Face -->
43
+ <section id="on-hf" style="padding-top:.75rem; border-top:1px solid #eee;">
44
+ <h2 style="font-size:1.2rem; margin:.25rem 0; color:#000;">What You’ll Find on Hugging Face</h2>
45
+ <ul style="margin:.25rem 0 .5rem 1rem; padding:0; color:#000;">
46
+ <li>Model cards and weights for research or fine-tuning (non-commercial use).</li>
47
+ <li>API endpoints and integration examples for experimentation.</li>
48
+ <li>Spaces / demos showcasing generation, editing, and background removal.</li>
49
+ <li>Information about commercial licensing for production deployments.</li>
50
  </ul>
51
  </section>
52
 
53
+ <!-- Footer -->
54
+ <footer style="margin-top:1rem; font-size:.85rem; text-ali
55
+
56
+