harshtiwari commited on
Commit
294b327
·
verified ·
1 Parent(s): 0dc1af6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,10 +1,54 @@
1
  ---
2
  title: README
3
- emoji: 🐠
4
  colorFrom: red
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: 🚀
4
  colorFrom: red
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ short_description: A research company working towards sustainable AGI research.
9
  ---
10
 
11
+ <!DOCTYPE html>
12
+ <html lang="en">
13
+ <head>
14
+ <meta charset="UTF-8">
15
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
16
+ <title>AIABS Card</title>
17
+ <style>
18
+ body {
19
+ font-family: Arial, sans-serif;
20
+ margin: 20px;
21
+ }
22
+ .card {
23
+ background-color: #f2f2f2;
24
+ padding: 20px;
25
+ border-radius: 10px;
26
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
27
+ }
28
+ .card h2 {
29
+ color: #333;
30
+ }
31
+ .card p {
32
+ color: #666;
33
+ }
34
+ </style>
35
+ </head>
36
+ <body>
37
+ <div class="card">
38
+ <h2>AIABS Research and Services</h2>
39
+ <p>AIABS is a leading provider of heterogeneous AI workload computing solutions. Our mission is to revolutionize the way AI workloads are processed and accelerated, enabling businesses and organizations to achieve unprecedented levels of performance and efficiency.</p>
40
+
41
+ <h3> Our Services </h3>
42
+ <ul>
43
+ <li><strong>AI Workload Acceleration:</strong> We offer cutting-edge hardware and software solutions designed to accelerate a wide range of AI workloads, including deep learning, machine learning, and natural language processing.</li>
44
+ <li><strong>Heterogeneous Computing:</strong> Our platform seamlessly integrates various computing architectures, such as CPUs, GPUs, FPGAs, and specialized AI accelerators, enabling optimal resource allocation and maximizing performance for diverse AI workloads.</li>
45
+ <li><strong>Cloud and On-Premises Solutions:</strong> Whether you prefer cloud-based or on-premises deployment, we provide flexible and scalable solutions tailored to your specific requirements.</li>
46
+ <li><strong>Consulting and Support:</strong> Our team of AI experts provides comprehensive consulting and support services, ensuring smooth implementation and ongoing optimization of your AI workload computing solutions.</li>
47
+ </ul>
48
+
49
+ <p>At AIABS, we are committed to driving innovation and delivering exceptional value to our customers. Join us in revolutionizing the world of AI workload computing.</p>
50
+
51
+ <p>Visit our website at <a href="https://www.aiabs.co">www.aiabs.co</a> to learn more.</p>
52
+ </div>
53
+ </body>
54
+ </html>