mmm commited on
Commit
1fcf952
·
verified ·
1 Parent(s): c559e43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -20
README.md CHANGED
@@ -1,18 +1,18 @@
1
- ---
2
- title: Indext Data Lab
3
- emoji: 📈
4
- colorFrom: gray
5
- colorTo: blue
6
- sdk: static
7
- pinned: false
8
- fullWidth: true
9
- header: mini
10
- app_file: index.html
11
- license: mit
12
- thumbnail: >-
13
- https://cdn-uploads.huggingface.co/production/uploads/68f4e2f63d26bc12cb0b34d4/bj_uAuDCxDqL3hDxA-mT8.png
14
- short_description: Indext Data Lab Intro Space
15
- ---
16
 
17
  <style>
18
  /* Minimalist and airy design adjustments */
@@ -53,11 +53,12 @@ short_description: Indext Data Lab Intro Space
53
  }
54
  </style>
55
 
56
- <img src="indext-logo.png" alt="Indext Data Lab Banner"/>
57
 
58
  # Custom AI/ML solutions for startups and businesses
59
 
60
  Indext Data Lab is a Belgrade-based AI engineering firm specializing in Generative AI, Computer Vision, and Intelligent Automation for global organizations.
 
61
 
62
  ## Our Core Focus
63
 
@@ -74,11 +75,11 @@ Learn more about our services on **[our website](https://indext.io/)**.
74
 
75
  ## Featured Projects
76
 
77
- ### **SiftScore**
78
  Advanced scoring and filtering architecture for high-throughput data processing.
79
  * [View Case Study](https://indext.io/case-studies/c68dr75pp1-siftscoreai-ai-semantic-talent-amp-compa)
80
 
81
- ### **Nostrada**
82
  Predictive modeling engine focused on accuracy and architectural stability.
83
  * [View Case Study](https://indext.io/case-studies/dedmbfg221-nostradaai-political-behavior-simulation)
84
 
@@ -92,16 +93,24 @@ Our implementation of agentic AI for complex task automation and orchestration.
92
 
93
  <div class="grid lg:grid-cols-2 gap-x-8 gap-y-7 p2">
94
  <div class="col-span-1 p2">
95
- <p><strong>Engage with our code</strong></p>
96
  <ul class="social">
97
  <li>
98
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM265.8 407.7c.1-11.4 .1-28.8 .1-43.7 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 9 .1 21.7 .1 30.6 0 4.3-3 9.5-11.5 8C106 393.6 59.8 330.8 59.8 257.4c0-91.8 70.2-161.5 162-161.5s166.2 69.7 166.2 161.5c.1 73.4-44.7 136.3-110.7 158.3z"/></svg>
99
- <a href="https://github.com/Indext-Data-Lab">Indext Data Lab on GitHub</a>
 
 
 
 
100
  </li>
101
  <li>
102
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>
103
  <a href="https://www.linkedin.com/company/indext-data-lab/">LinkedIn</a>
104
  </li>
 
 
 
 
105
  </ul>
106
  </div>
107
  <div class="col-span-1 p2">
 
1
+ ---
2
+ title: Indext Data Lab
3
+ emoji: 📈
4
+ colorFrom: gray
5
+ colorTo: blue
6
+ sdk: static
7
+ pinned: false
8
+ fullWidth: true
9
+ header: mini
10
+ app_file: index.html
11
+ license: mit
12
+ thumbnail: >-
13
+ https://cdn-uploads.huggingface.co/production/uploads/68f4e2f63d26bc12cb0b34d4/bj_uAuDCxDqL3hDxA-mT8.png
14
+ short_description: Indext Data Lab Intro Space
15
+ ---
16
 
17
  <style>
18
  /* Minimalist and airy design adjustments */
 
53
  }
54
  </style>
55
 
56
+ <img src="indext-banner.png" alt="Indext Data Lab Banner"/>
57
 
58
  # Custom AI/ML solutions for startups and businesses
59
 
60
  Indext Data Lab is a Belgrade-based AI engineering firm specializing in Generative AI, Computer Vision, and Intelligent Automation for global organizations.
61
+ <br>Whether it’s a simple integration or a fully customized system, we leverage more than 20 years of hands-on experience to make sure it works exactly the way you need.
62
 
63
  ## Our Core Focus
64
 
 
75
 
76
  ## Featured Projects
77
 
78
+ ### **SiftScore.com**
79
  Advanced scoring and filtering architecture for high-throughput data processing.
80
  * [View Case Study](https://indext.io/case-studies/c68dr75pp1-siftscoreai-ai-semantic-talent-amp-compa)
81
 
82
+ ### **Nostrada.ai**
83
  Predictive modeling engine focused on accuracy and architectural stability.
84
  * [View Case Study](https://indext.io/case-studies/dedmbfg221-nostradaai-political-behavior-simulation)
85
 
 
93
 
94
  <div class="grid lg:grid-cols-2 gap-x-8 gap-y-7 p2">
95
  <div class="col-span-1 p2">
96
+ <p><strong>Visit our socials</strong></p>
97
  <ul class="social">
98
  <li>
99
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM265.8 407.7c.1-11.4 .1-28.8 .1-43.7 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 9 .1 21.7 .1 30.6 0 4.3-3 9.5-11.5 8C106 393.6 59.8 330.8 59.8 257.4c0-91.8 70.2-161.5 162-161.5s166.2 69.7 166.2 161.5c.1 73.4-44.7 136.3-110.7 158.3z"/></svg>
100
+ <a href="https://github.com/Indext-Data-Lab">GitHub</a>
101
+ </li>
102
+ <li>
103
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM265.8 407.7c.1-11.4 .1-28.8 .1-43.7 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 9 .1 21.7 .1 30.6 0 4.3-3 9.5-11.5 8C106 393.6 59.8 330.8 59.8 257.4c0-91.8 70.2-161.5 162-161.5s166.2 69.7 166.2 161.5c.1 73.4-44.7 136.3-110.7 158.3z"/></svg>
104
+ <a href="https://www.kaggle.com/organizations/indext-data-lab-ai">Kaggle</a>
105
  </li>
106
  <li>
107
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>
108
  <a href="https://www.linkedin.com/company/indext-data-lab/">LinkedIn</a>
109
  </li>
110
+ <li>
111
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>
112
+ <a href="https://www.upwork.com/agencies/1474091721935302656/">Upwork</a>
113
+ </li>
114
  </ul>
115
  </div>
116
  <div class="col-span-1 p2">