waeils commited on
Commit
69caedc
·
verified ·
1 Parent(s): 4588172

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +127 -65
README.md CHANGED
@@ -5,23 +5,110 @@ colorFrom: blue
5
  colorTo: indigo
6
  sdk: static
7
  pinned: false
8
- thumbnail: >-
9
- https://cdn-uploads.huggingface.co/production/uploads/68d153bb93b20a2788a251d6/qh6Cgch5rGfoMDHLWUMme.png
10
  ---
11
 
12
- <div align="center">
13
-
14
- <img src="https://raw.githubusercontent.com/TzamunAI/assets/main/logo.png" alt="TzamunAI Logo" width="200"/>
15
-
16
- # TZAMUN AI
17
-
18
- **AI Solutions Company, headquartered in Riyadh, Saudi Arabia.**
19
-
20
- [🌐 Website](https://tzamun.ai) | [📧 Contact](mailto:info@tzamun.ai) | [💼 LinkedIn](https://linkedin.com/company/tzamun)
21
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  </div>
23
 
24
- ---
25
 
26
  ## Overview
27
 
@@ -29,7 +116,9 @@ thumbnail: >-
29
 
30
  Our portfolio includes ERP automation, business intelligence, Arabic language models, and enterprise AI solutions tailored for the Saudi market.
31
 
32
- ---
 
 
33
 
34
  ## Mission
35
 
@@ -37,58 +126,31 @@ Our portfolio includes ERP automation, business intelligence, Arabic language mo
37
 
38
  We build AI solutions that understand Arabic language and culture, comply with local regulations, and serve the unique needs of Middle Eastern enterprises.
39
 
40
- ---
41
-
42
- ## 📊 Quick Facts
43
-
44
- | Founded | Headquarters | Focus Area | Specialization |
45
- |---------|--------------|------------|----------------|
46
- | 2025 | Riyadh, Saudi Arabia | AI Solutions | Arabic AI, Enterprise Automation |
47
-
48
- ---
49
 
50
- ## 🤖 Our Technology
51
-
52
- We develop and deploy multiple AI models and solutions:
53
-
54
- - **Arabic Language Models** - Including fine-tuned versions of ALLaM-7B and Qwen series
55
- - **Enterprise AI Solutions** - ERP automation, business intelligence, workflow optimization
56
- - **Custom AI Development** - Tailored models for specific business needs
57
- - **AI Infrastructure** - vLLM, Ollama, and custom deployment solutions
58
-
59
- ---
60
-
61
- ## 💼 Solutions
62
-
63
- - **Business Automation** - Intelligent process automation for enterprises
64
- - **Arabic NLP** - Natural language processing for Arabic content
65
- - **Data Analytics** - AI-powered business intelligence and insights
66
- - **Custom AI Models** - Domain-specific model development and fine-tuning
67
-
68
- ---
69
-
70
- ## 🌐 Products
71
-
72
- - **TzamunAI Cloud** - Cloud-hosted AI services
73
- - **TzamunAI Enterprise** - On-premise AI deployment
74
- - **TzamunAI API** - Developer APIs for integration
75
- - **Industry Solutions** - Specialized AI for retail, finance, healthcare, and more
76
-
77
- ---
78
-
79
- ## 📞 Contact
80
-
81
- - Website: [tzamun.ai](https://tzamun.ai)
82
- - Email: info@tzamun.ai
83
- - LinkedIn: [Tzamun Arabia IT Co.](https://linkedin.com/company/tzamun)
84
- - Support: support@tzamun.ai
85
-
86
- ---
87
-
88
- <div align="center">
89
 
90
- **© 2025 Tzamun Arabia IT Co. | Empowering Saudi Arabia with AI**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
 
92
- Built with ❤️ in Riyadh 🇸🇦
93
 
94
- </div>
 
 
 
5
  colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
+ <style>
11
+ .org-header {
12
+ background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
13
+ padding: 60px 40px;
14
+ border-radius: 12px;
15
+ margin-bottom: 40px;
16
+ text-align: center;
17
+ }
18
+
19
+ .org-title {
20
+ font-size: 72px;
21
+ font-weight: 800;
22
+ letter-spacing: 8px;
23
+ color: #60a5fa;
24
+ margin: 20px 0;
25
+ text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
26
+ }
27
+
28
+ .org-subtitle {
29
+ font-size: 18px;
30
+ color: #e0e7ff;
31
+ margin: 10px 0;
32
+ }
33
+
34
+ .product-badges {
35
+ display: flex;
36
+ gap: 12px;
37
+ justify-content: center;
38
+ margin-top: 20px;
39
+ flex-wrap: wrap;
40
+ }
41
+
42
+ .badge {
43
+ background: rgba(96, 165, 250, 0.2);
44
+ border: 1px solid #3b82f6;
45
+ padding: 8px 16px;
46
+ border-radius: 6px;
47
+ color: #93c5fd;
48
+ font-weight: 600;
49
+ font-size: 14px;
50
+ }
51
+
52
+ .section-box {
53
+ background: rgba(30, 58, 138, 0.1);
54
+ border: 1px solid rgba(59, 130, 246, 0.3);
55
+ border-radius: 8px;
56
+ padding: 24px;
57
+ margin: 20px 0;
58
+ }
59
+
60
+ .quick-facts-grid {
61
+ display: grid;
62
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
63
+ gap: 20px;
64
+ margin: 20px 0;
65
+ }
66
+
67
+ .fact-card {
68
+ background: rgba(30, 58, 138, 0.2);
69
+ border: 1px solid rgba(59, 130, 246, 0.4);
70
+ border-radius: 8px;
71
+ padding: 20px;
72
+ text-align: center;
73
+ }
74
+
75
+ .fact-label {
76
+ color: #93c5fd;
77
+ font-size: 12px;
78
+ text-transform: uppercase;
79
+ letter-spacing: 1px;
80
+ margin-bottom: 8px;
81
+ }
82
+
83
+ .fact-value {
84
+ color: #e0e7ff;
85
+ font-size: 18px;
86
+ font-weight: 700;
87
+ }
88
+
89
+ .footer-accent {
90
+ text-align: center;
91
+ color: #60a5fa;
92
+ font-size: 12px;
93
+ margin-top: 40px;
94
+ padding: 20px;
95
+ border-top: 1px solid rgba(59, 130, 246, 0.3);
96
+ }
97
+ </style>
98
+
99
+ <div class="org-header">
100
+ <div class="org-title">TZAMUN AI</div>
101
+ <div class="org-subtitle">AI Solutions Company, headquartered in Riyadh, Saudi Arabia.</div>
102
+
103
+ <div class="product-badges">
104
+ <span class="badge">TzamunAI Cloud</span>
105
+ <span class="badge">TzamunAI Enterprise</span>
106
+ <span class="badge">TzamunAI API</span>
107
+ <span class="badge">Industry Solutions</span>
108
+ </div>
109
  </div>
110
 
111
+ <div class="section-box">
112
 
113
  ## Overview
114
 
 
116
 
117
  Our portfolio includes ERP automation, business intelligence, Arabic language models, and enterprise AI solutions tailored for the Saudi market.
118
 
119
+ </div>
120
+
121
+ <div class="section-box">
122
 
123
  ## Mission
124
 
 
126
 
127
  We build AI solutions that understand Arabic language and culture, comply with local regulations, and serve the unique needs of Middle Eastern enterprises.
128
 
129
+ Website: [tzamun.ai](https://tzamun.ai)
 
 
 
 
 
 
 
 
130
 
131
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
 
133
+ <div class="section-box">
134
+
135
+ ## Quick Facts
136
+
137
+ <div class="quick-facts-grid">
138
+ <div class="fact-card">
139
+ <div class="fact-label">Founded</div>
140
+ <div class="fact-value">2025</div>
141
+ </div>
142
+ <div class="fact-card">
143
+ <div class="fact-label">HQ</div>
144
+ <div class="fact-value">Riyadh</div>
145
+ </div>
146
+ <div class="fact-card">
147
+ <div class="fact-label">Focus</div>
148
+ <div class="fact-value">AI Solutions</div>
149
+ </div>
150
+ </div>
151
 
152
+ </div>
153
 
154
+ <div class="footer-accent">
155
+ © TZAMUN AI — Styled with the TZAMUN accent <span style="color: #3b82f6;">#0b64c8</span>
156
+ </div>