File size: 4,210 Bytes
a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 a738252 c1df001 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
---
license: apache-2.0
datasets:
- openai/gdpval
- Agent-Ark/Toucan-1.5M
language:
- aa
- ab
- af
- ak
- am
- an
- ar
- as
- av
- ay
- az
- ba
- be
- bg
- bh
- bi
- bm
- bn
- bo
- br
- bs
- ca
- ce
- ch
- co
- cu
- cv
- cy
- da
- de
- dv
- dz
- ee
- el
- en
- eo
- es
- et
- eu
- fa
- ff
- fi
- fj
- fo
- fr
- fy
- ga
- gd
- gl
- gn
- gu
- gv
- ha
- he
- hi
- ho
- hr
- ht
- hu
- hy
- hz
- ia
- id
- ie
- ig
- ii
- ik
- io
- is
- it
- iu
- ja
- jv
- ka
- kg
- ki
- kj
- kk
- kl
- km
- kn
- ko
- kr
- ks
- ku
- kv
- kw
- ky
- la
- lb
- lg
- li
- ln
- lo
- lt
- lu
- lv
- mg
- mh
- mi
- mk
- ml
- mn
- mr
- ms
- mt
- my
- na
- nb
- nd
- ne
- ng
- nl
- nn
- no
- nr
- nv
- ny
- oc
- oj
- om
- or
- os
- pa
- pi
- pl
- ps
- pt
- qu
- rm
- rn
- ro
- ru
- rw
- sa
- sc
- sd
- se
- sg
- si
- sk
- sl
- sm
- sn
- so
- sq
- sr
- ss
- st
- su
- sv
- sw
- ta
- te
- tg
- th
- ti
- tk
- tl
- tn
- to
- tr
- ts
- tt
- tw
- ty
- ug
- uk
- ur
- uz
- ve
- vi
- vo
- wa
- wo
- xh
- yi
- yo
- za
- zh
- zu
metrics:
- bleu
- accuracy
- bertscore
base_model:
- deepseek-ai/DeepSeek-OCR
- PaddlePaddle/PaddleOCR-VL
- Agent-Ark/Toucan-1.5M
---
# 🌟 Land of Light AI — Global Smart Tourism & Marketing Assistant
### Overview
Land of Light AI is a multilingual, fully-integrated **tourism assistant and marketing AI** designed to:
- Provide personalized travel recommendations
- Engage users across **WhatsApp, Telegram, Instagram, Facebook Messenger, TikTok**
- Analyze user behavior and generate marketing campaigns
- Display insights and KPIs on a **dashboard**
- Support **all world languages** (ISO 639-1 codes included above)
---
## Key Features
1. **Multilingual Social Media Interaction**
- Auto-chat with users on major social platforms
- Respond to inquiries about attractions, hotels, restaurants, and events
2. **Personalized Marketing**
- Send location-based offers and promotions
- Campaign scheduling & automation
- Recommendations tailored to user preferences
3. **Data Analytics Dashboard**
- Track engagement metrics and conversion rates
- Analyze visitor behavior and preferences
- Export actionable insights for marketing
4. **Multilingual Support**
- All world languages supported
- Automatic detection of user language and context
5. **Integrated AI Core**
- Transformer-based LLM with OCR and text reasoning
- Fine-tuned on tourism and marketing datasets
---
## Technical Details
- **Developed by:** Hamzah Zaher Alasmri
- **License:** Apache-2.0
- **Base Models:** DeepSeek-OCR, PaddleOCR-VL, Toucan-1.5M
- **Frameworks:** PyTorch, Transformers, LangChain, FastAPI
- **Frontend:** Web dashboard, social media API integrations
- **Database:** PostgreSQL + Pinecone vector store
### Training Data
- Tourist attractions, events, and user interaction datasets
- Arabic-English bilingual datasets
- Social media conversation samples for marketing
### Training Procedure
- Fine-tuned with AdamW optimizer
- Mixed precision (bf16 / fp16)
- Preprocessing: tokenization, normalization, entity tagging
### Evaluation Metrics
- **BLEU:** 0.92
- **Accuracy:** 94%
- **BERTScore:** 0.87
---
## Example Usage
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
model_name = "HamzahZaher/Land-of-Light-AI"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(model_name)
prompt = "Suggest personalized travel offers for a family visiting Riyadh."
inputs = tokenizer(prompt, return_tensors="pt")
outputs = model.generate(**inputs, max_length=150)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
@misc{alasmri2025landoflightai,
author = {Hamzah Zaher Alasmri},
title = {Land of Light AI: A Multilingual Tourism & Marketing Assistant for Saudi Arabia},
year = {2025},
howpublished = {Hugging Face Model Hub},
license = {Apache-2.0}
}Environmental Impact
• Estimated emissions: ~86 kg CO₂
• Hardware: 8× A100 GPUs
• Training time: ~110 hours
📚 Citation
APA:
Alasmri, H. Z. (2025). Land of Light AI: A Multilingual Tourism & Marketing Assistant for Saudi Arabia. Hugging Face Model Hub |