grubmit commited on
Commit
e7b4c7c
·
verified ·
1 Parent(s): dce227b

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +11 -15
  3. index.html +40 -32
  4. player_tracking.mp4 +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ player_tracking.mp4 filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -8,10 +8,6 @@ pinned: false
8
  short_description: Multi-modal video intelligence platform
9
  ---
10
 
11
- <p align="center">
12
- <img src="https://infactory.ai/logo.svg" alt="Infactory" width="200">
13
- </p>
14
-
15
  # Infactory
16
 
17
  **Make Your Content Easy to Query and Monetize**
@@ -20,20 +16,20 @@ short_description: Multi-modal video intelligence platform
20
 
21
  ---
22
 
23
- ## 🎬 What We Do
24
 
25
  Infactory transforms articles, data, video and archives into AI-ready formats that can be safely queried, cited and licensed.
26
 
27
  Our **multi-modal video intelligence** platform enables organizations to unlock the full value of their content through:
28
 
29
- - **🎥 Video Understanding** — Extract insights, transcripts, and metadata from video content at scale
30
- - **🔍 Intelligent Search** — Query your content library using natural language
31
- - **💰 Monetization Ready** — Structure content for licensing and safe AI consumption
32
- - **🔗 Multi-Modal Integration** — Seamlessly connect video, text, and data sources
33
 
34
- ## 🛠️ Products
35
 
36
- ### 📹 Video Intelligence
37
 
38
  Our flagship product for transforming video content into queryable, monetizable assets.
39
 
@@ -41,10 +37,10 @@ Our flagship product for transforming video content into queryable, monetizable
41
 
42
  | Feature | Description |
43
  |---------|-------------|
44
- | 🎯 Content Analysis | Automatic scene detection, object recognition, and transcript generation |
45
- | 📊 Structured Output | AI-ready formats for RAG, search, and licensing |
46
- | Scale | Process thousands of hours of video efficiently |
47
 
48
  ---
49
 
50
- Built with 💜 by the Infactory team
 
8
  short_description: Multi-modal video intelligence platform
9
  ---
10
 
 
 
 
 
11
  # Infactory
12
 
13
  **Make Your Content Easy to Query and Monetize**
 
16
 
17
  ---
18
 
19
+ ## What We Do
20
 
21
  Infactory transforms articles, data, video and archives into AI-ready formats that can be safely queried, cited and licensed.
22
 
23
  Our **multi-modal video intelligence** platform enables organizations to unlock the full value of their content through:
24
 
25
+ - **Video Understanding** — Extract insights, transcripts, and metadata from video content at scale
26
+ - **Intelligent Search** — Query your content library using natural language
27
+ - **Monetization Ready** — Structure content for licensing and safe AI consumption
28
+ - **Multi-Modal Integration** — Seamlessly connect video, text, and data sources
29
 
30
+ ## Products
31
 
32
+ ### Video Intelligence
33
 
34
  Our flagship product for transforming video content into queryable, monetizable assets.
35
 
 
37
 
38
  | Feature | Description |
39
  |---------|-------------|
40
+ | Content Analysis | Automatic scene detection, object recognition, and transcript generation |
41
+ | Structured Output | AI-ready formats for RAG, search, and licensing |
42
+ | Scale | Process thousands of hours of video efficiently |
43
 
44
  ---
45
 
46
+ Built with care by the Infactory team
index.html CHANGED
@@ -51,8 +51,8 @@
51
  margin-bottom: 24px;
52
  }
53
 
54
- .logo img {
55
- height: 48px;
56
  width: auto;
57
  }
58
 
@@ -97,9 +97,6 @@
97
  font-size: 1.5rem;
98
  font-weight: 600;
99
  margin-bottom: 20px;
100
- display: flex;
101
- align-items: center;
102
- gap: 10px;
103
  }
104
 
105
  /* Features */
@@ -116,15 +113,11 @@
116
  padding: 20px;
117
  }
118
 
119
- .feature-icon {
120
- font-size: 1.5rem;
121
- margin-bottom: 12px;
122
- }
123
-
124
  .feature h3 {
125
  font-size: 1rem;
126
  font-weight: 600;
127
  margin-bottom: 8px;
 
128
  }
129
 
130
  .feature p {
@@ -142,11 +135,6 @@
142
  margin-bottom: 24px;
143
  }
144
 
145
- .product-hero-icon {
146
- font-size: 3rem;
147
- margin-bottom: 16px;
148
- }
149
-
150
  .product-hero h3 {
151
  font-size: 1.5rem;
152
  margin-bottom: 12px;
@@ -160,6 +148,20 @@
160
  margin-right: auto;
161
  }
162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  .product-hero a {
164
  display: inline-block;
165
  background: var(--accent-teal);
@@ -198,15 +200,11 @@
198
  text-align: center;
199
  }
200
 
201
- .product-feature-icon {
202
- font-size: 2rem;
203
- margin-bottom: 12px;
204
- }
205
-
206
  .product-feature h3 {
207
  font-size: 1rem;
208
  font-weight: 600;
209
  margin-bottom: 8px;
 
210
  }
211
 
212
  .product-feature p {
@@ -228,7 +226,20 @@
228
  <div class="container">
229
  <header class="header">
230
  <div class="logo">
231
- <img src="https://infactory.ai/logo.svg" alt="Infactory">
 
 
 
 
 
 
 
 
 
 
 
 
 
232
  </div>
233
  <p class="tagline">Make Your Content Easy to Query and Monetize</p>
234
  <p class="subtitle">
@@ -242,28 +253,24 @@
242
  </header>
243
 
244
  <section>
245
- <h2>🎬 What We Do</h2>
246
  <p style="color: var(--text-muted); margin-bottom: 20px;">
247
  Our multi-modal video intelligence platform enables organizations to unlock the full value of their content.
248
  </p>
249
  <div class="features">
250
  <div class="feature">
251
- <div class="feature-icon">🎥</div>
252
  <h3>Video Understanding</h3>
253
  <p>Extract insights, transcripts, and metadata from video content at scale</p>
254
  </div>
255
  <div class="feature">
256
- <div class="feature-icon">🔍</div>
257
  <h3>Intelligent Search</h3>
258
  <p>Query your content library using natural language</p>
259
  </div>
260
  <div class="feature">
261
- <div class="feature-icon">💰</div>
262
  <h3>Monetization Ready</h3>
263
  <p>Structure content for licensing and safe AI consumption</p>
264
  </div>
265
  <div class="feature">
266
- <div class="feature-icon">🔗</div>
267
  <h3>Multi-Modal Integration</h3>
268
  <p>Seamlessly connect video, text, and data sources</p>
269
  </div>
@@ -271,26 +278,27 @@
271
  </section>
272
 
273
  <section>
274
- <h2>🛠️ Products</h2>
275
  <div class="product-hero">
276
- <div class="product-hero-icon">📹</div>
277
  <h3>Video Intelligence</h3>
278
  <p>Transform video content into queryable, monetizable assets with our flagship platform.</p>
 
 
 
 
 
279
  <a href="https://infactory.ai/video-intelligence">Explore Video Intelligence →</a>
280
  </div>
281
  <div class="product-features">
282
  <div class="product-feature">
283
- <div class="product-feature-icon">🎯</div>
284
  <h3>Content Analysis</h3>
285
  <p>Automatic scene detection, object recognition, and transcript generation</p>
286
  </div>
287
  <div class="product-feature">
288
- <div class="product-feature-icon">📊</div>
289
  <h3>Structured Output</h3>
290
  <p>AI-ready formats for RAG, search, and licensing</p>
291
  </div>
292
  <div class="product-feature">
293
- <div class="product-feature-icon">⚡</div>
294
  <h3>Scale</h3>
295
  <p>Process thousands of hours of video efficiently</p>
296
  </div>
@@ -298,7 +306,7 @@
298
  </section>
299
 
300
  <footer>
301
- <p>Built with 💜 by the Infactory team</p>
302
  </footer>
303
  </div>
304
  </body>
 
51
  margin-bottom: 24px;
52
  }
53
 
54
+ .logo svg {
55
+ height: 60px;
56
  width: auto;
57
  }
58
 
 
97
  font-size: 1.5rem;
98
  font-weight: 600;
99
  margin-bottom: 20px;
 
 
 
100
  }
101
 
102
  /* Features */
 
113
  padding: 20px;
114
  }
115
 
 
 
 
 
 
116
  .feature h3 {
117
  font-size: 1rem;
118
  font-weight: 600;
119
  margin-bottom: 8px;
120
+ color: var(--accent-teal);
121
  }
122
 
123
  .feature p {
 
135
  margin-bottom: 24px;
136
  }
137
 
 
 
 
 
 
138
  .product-hero h3 {
139
  font-size: 1.5rem;
140
  margin-bottom: 12px;
 
148
  margin-right: auto;
149
  }
150
 
151
+ .video-showcase {
152
+ margin: 24px auto;
153
+ max-width: 100%;
154
+ border-radius: 12px;
155
+ overflow: hidden;
156
+ box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
157
+ }
158
+
159
+ .video-showcase video {
160
+ width: 100%;
161
+ display: block;
162
+ border-radius: 12px;
163
+ }
164
+
165
  .product-hero a {
166
  display: inline-block;
167
  background: var(--accent-teal);
 
200
  text-align: center;
201
  }
202
 
 
 
 
 
 
203
  .product-feature h3 {
204
  font-size: 1rem;
205
  font-weight: 600;
206
  margin-bottom: 8px;
207
+ color: var(--accent-teal);
208
  }
209
 
210
  .product-feature p {
 
226
  <div class="container">
227
  <header class="header">
228
  <div class="logo">
229
+ <svg width="248" height="75" viewBox="0 0 248 75" fill="none" xmlns="http://www.w3.org/2000/svg">
230
+ <path d="M40.5601 60.5902L62.1001 48.1102C63.0901 47.5302 63.7201 46.4402 63.7201 45.2902V22.9902L40.5601 48.0702V60.5902Z" fill="#46B4BF" fill-opacity="0.5"/>
231
+ <path d="M37.41 38.1602L37.39 7.47021L15.72 19.9902C14.81 20.5102 14.25 21.4802 14.25 22.5302V45.3402C14.25 46.4902 14.87 47.5802 15.87 48.1602L37.41 60.6402V47.9902L22.02 36.1102C21.11 35.3002 21.68 33.7902 22.9 33.7902H31.31L37.42 38.1602H37.41Z" fill="#46B4BF"/>
232
+ <path d="M40.52 7.37988L59.22 18.1599L40.59 38.3199L40.52 7.37988Z" fill="#46B4BF" fill-opacity="0.5"/>
233
+ <path d="M73.88 40.5302L75.38 28.2602H80.73L79.22 40.4902C79.14 41.2202 79.39 41.5002 80 41.5002H81.21L80.73 45.5102H78.71C74.82 45.5102 73.36 44.6202 73.87 40.5302H73.88ZM75.54 21.9402C75.44 20.0002 76.87 18.6602 78.65 18.6602C80.43 18.6602 82.08 20.0002 82.18 21.9402C82.28 23.9202 80.86 25.2602 79.03 25.2602C77.2 25.2602 75.64 23.9202 75.54 21.9402Z" fill="white"/>
234
+ <path d="M85.7098 28.2604H91.0598L90.5798 31.3804C91.8398 29.1104 93.5198 27.9004 95.9898 27.9004C99.7598 27.9004 102.19 31.1004 101.6 35.9604L101.03 40.5004C100.95 41.2304 101.2 41.5104 101.81 41.5104H103.02L102.54 45.5204H100.52C96.6298 45.5204 95.1698 44.6304 95.6798 40.5404L96.2198 36.1304C96.4998 33.8204 95.5098 32.6504 93.6098 32.6504C91.4598 32.6504 90.4298 33.7004 90.1098 36.1704L88.9398 45.5204H83.5898L85.7198 28.2704L85.7098 28.2604Z" fill="white"/>
235
+ <path d="M105.53 32.6702L106.07 28.2602H108.9L109.67 22.1002C110.18 18.0102 112.09 15.7402 116.18 15.7402C118.49 15.7402 120.11 16.5502 121.36 17.9302L118.43 21.4502C118 20.8802 117.53 20.5202 116.68 20.5202C115.83 20.5202 115.16 20.9202 114.99 22.2202L114.25 28.2502H118.7L118.16 32.6602H113.71L111.63 49.4202C111.12 53.6302 109.53 54.0802 105.92 54.0802H103.13L103.69 50.0702H105.31C105.92 50.0702 106.23 49.9102 106.35 49.0602L108.37 32.6602H105.54L105.53 32.6702Z" fill="white"/>
236
+ <path d="M120.17 37.6101C119.84 31.3701 123.47 27.8901 127.84 27.8901C130.19 27.8901 132.26 28.7801 133.55 31.0101L133.77 28.2601H139.11L137.61 40.4901C137.53 41.2201 137.78 41.5001 138.39 41.5001H139.6L139.12 45.5101H137.1C133.21 45.5101 132.63 44.5001 132.28 43.1201L132.23 42.9201C131 44.9001 129.75 45.8801 127.36 45.8801C123.64 45.8801 120.43 42.6801 120.17 37.6201V37.6101ZM132.83 36.5601C132.7 34.1301 131.45 32.5501 129.3 32.5501C126.95 32.5501 125.59 34.4501 125.75 37.3701C125.88 39.8001 127.17 41.2601 129.27 41.2601C131.54 41.2601 132.97 39.3201 132.83 36.5601Z" fill="white"/>
237
+ <path d="M141.76 37.0504C141.48 31.6204 145.37 27.9004 150.8 27.9004C154.28 27.9004 156.71 29.3604 158.23 31.3404L154.46 34.4204C153.67 33.2504 152.46 32.5604 151 32.5604C148.61 32.5604 147.17 34.4604 147.31 37.0504C147.44 39.6004 148.66 41.2604 151.05 41.2604C152.67 41.2604 153.56 40.5704 154.26 39.9604L157.52 43.4804C156.18 44.9004 154.2 45.8704 151.29 45.8704C145.98 45.8704 142.04 42.4304 141.76 37.0404V37.0504Z" fill="white"/>
238
+ <path d="M160.56 32.67L161.1 28.26H163.61L164.72 19.27H170.02L168.91 28.26H173.08L172.54 32.67H168.37L167.58 39.19C167.35 40.93 167.85 41.34 168.7 41.34C169.55 41.34 170.14 40.97 170.53 40.73L172.43 44.5C171.54 45.19 170.4 45.88 168.01 45.88C164.61 45.88 161.61 44.34 162.27 39.04L163.07 32.68H160.56V32.67Z" fill="white"/>
239
+ <path d="M175.04 37.1304C174.75 31.5404 178.81 27.9004 184.15 27.9004C189.49 27.9004 193.45 31.5004 193.72 36.6904C194.01 42.2804 189.95 45.8804 184.6 45.8804C179.25 45.8804 175.29 42.2004 175.03 37.1304H175.04ZM188.22 36.6404C188.09 34.1304 186.55 32.5104 184.24 32.5104C181.81 32.5104 180.41 34.4104 180.56 37.2104C180.69 39.7204 182.23 41.3404 184.54 41.3404C186.97 41.3404 188.37 39.4404 188.22 36.6404Z" fill="white"/>
240
+ <path d="M198.3 28.2604H203.65L203.14 31.5804C204.69 28.6204 206.39 27.9004 208.25 27.9004C209.46 27.9004 210.21 28.2204 210.88 28.5904L209.11 33.4904C208.44 33.0804 207.7 32.9204 206.85 32.9204C204.5 32.9204 202.93 33.8904 202.45 37.8604L201.51 45.5104H196.17L198.3 28.2604Z" fill="white"/>
241
+ <path d="M210.72 51.1803L214.06 47.7803C215.05 48.9903 216.53 50.0103 218.63 50.0103C221.02 50.0103 222.49 48.7103 222.87 45.8803L223.22 43.2103C221.86 45.0703 220.32 45.8803 218.02 45.8803C214.25 45.8803 211.82 42.6803 212.41 37.8203L213.57 28.2603H218.96L217.79 37.6503C217.51 39.9603 218.5 41.1303 220.4 41.1303C222.55 41.1303 223.58 40.0803 223.9 37.6103L225.07 28.2603H230.41L228.17 46.4803C227.46 52.1903 223.81 54.5003 218.71 54.5003C215.19 54.5003 212.49 53.2403 210.72 51.1803Z" fill="white"/>
242
+ </svg>
243
  </div>
244
  <p class="tagline">Make Your Content Easy to Query and Monetize</p>
245
  <p class="subtitle">
 
253
  </header>
254
 
255
  <section>
256
+ <h2>What We Do</h2>
257
  <p style="color: var(--text-muted); margin-bottom: 20px;">
258
  Our multi-modal video intelligence platform enables organizations to unlock the full value of their content.
259
  </p>
260
  <div class="features">
261
  <div class="feature">
 
262
  <h3>Video Understanding</h3>
263
  <p>Extract insights, transcripts, and metadata from video content at scale</p>
264
  </div>
265
  <div class="feature">
 
266
  <h3>Intelligent Search</h3>
267
  <p>Query your content library using natural language</p>
268
  </div>
269
  <div class="feature">
 
270
  <h3>Monetization Ready</h3>
271
  <p>Structure content for licensing and safe AI consumption</p>
272
  </div>
273
  <div class="feature">
 
274
  <h3>Multi-Modal Integration</h3>
275
  <p>Seamlessly connect video, text, and data sources</p>
276
  </div>
 
278
  </section>
279
 
280
  <section>
281
+ <h2>Products</h2>
282
  <div class="product-hero">
 
283
  <h3>Video Intelligence</h3>
284
  <p>Transform video content into queryable, monetizable assets with our flagship platform.</p>
285
+ <div class="video-showcase">
286
+ <video autoplay loop muted playsinline>
287
+ <source src="player_tracking.mp4" type="video/mp4">
288
+ </video>
289
+ </div>
290
  <a href="https://infactory.ai/video-intelligence">Explore Video Intelligence →</a>
291
  </div>
292
  <div class="product-features">
293
  <div class="product-feature">
 
294
  <h3>Content Analysis</h3>
295
  <p>Automatic scene detection, object recognition, and transcript generation</p>
296
  </div>
297
  <div class="product-feature">
 
298
  <h3>Structured Output</h3>
299
  <p>AI-ready formats for RAG, search, and licensing</p>
300
  </div>
301
  <div class="product-feature">
 
302
  <h3>Scale</h3>
303
  <p>Process thousands of hours of video efficiently</p>
304
  </div>
 
306
  </section>
307
 
308
  <footer>
309
+ <p>Built with care by the Infactory team</p>
310
  </footer>
311
  </div>
312
  </body>
player_tracking.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19b8185568f53e0380706381ec761a923e8d5782b30f6d89e446ce42437762c5
3
+ size 1557080