-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (140 loc) · 5.82 KB
/
index.html
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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Rasha Albezreh</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong></strong> </a>
<ul class="icons">
<li><a href="https://www.facebook.com/rasha.mb.7" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Hi, I’m Rasha Albezreh<br />
</h1>
<p>Artificial Intelligence Engineer</p>
</header>
<p>Over 2+ years in Machine Learning building Computer Vision and NLP models
, also I have experiences with deep learning , machine learning and reinforcement learning, in addition to natural language processing, image processing, information retrieval systems and bots.</p>
<ul class="actions">
</ul>
</div>
<span class="image object">
<img src="images/pic01.jpg" alt="" />
</span>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>My experiences</h2>
</header>
<div class="features">
<article>
<span class="icon fa-gem"></span>
<div class="content">
<h3>Machine learning Engineer at L_ONE company</h3>
<p>I worked as machine learning, built ML models for regression and classification by using many algorithms such as SVM, Decision tree, Knn....</p>
</div>
</article>
<article>
<span class="icon fa-gem"></span>
<div class="content">
<h3>CEO at Super tech Co</h3>
<p>I am responsible for managing , leading and implementing projects through the software and graphic sections .
some of my projects are : mobile application " Sada Radio " , mobile application "Hedaya " which is about 3D animation for children in 8 languages ,Website for the fashion designer Mrs.Raneem Harayssi and six interactive books .</p>
</div>
</article>
<article>
<span class="icon fa-gem"></span>
<div class="content">
<h3>Network Intelligent Engineer at Syriatel mobile Telecom</h3>
<p>I work in Management Information System department as Network Intelligent Engineer
I work with OCS system which responsible for the calling process</p>
</div>
</article>
</div>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Some of my projects</h2>
</header>
<div class="posts">
<article>
<a href="#" class="image"><img src="images/pic02.jpg" alt="" /></a>
<h3>Arabic Talking head </h3>
<p>The project title is "Arabic Talking Head" which is a virtual friend talking in Arabic language .
This project consist of many components working together : Automatic speech recognition , Chat bot , Text to speech and Deep fake .</p>
<ul class="actions">
<li><a href="https://drive.google.com/file/d/1kpuC6Fr76Bqm4E6kqfIZZ_d-iC6frgs1/view?usp=sharing" class="button">More</a></li>
</ul>
</article>
<article>
<a href="#" class="image"><img src="images/pic03.jpg" alt="" /></a>
<h3>3RL keyboard</h3>
<p>The project was Smart Keyboard which has the ability to extract and detect the emotion from the user's face and convert it to an appropriate emoji then send the emoji to an another person during the chat.</p>
<ul class="actions">
<li><a href="https://drive.google.com/file/d/1ku2Ftc5_-UYUvZcu03tI9fZwtXyiOsRv/view?usp=sharing" class="button">More</a></li>
</ul>
</article>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="generic.html">My Education</a></li>
</ul>
</nav>
<!-- Section -->
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">Send Email</a></li>
<li class="icon solid fa-phone">(963) 9967-90655</li>
<li class="icon solid fa-home">Damascus,Syria<br />
Mazzeh</li>
</ul>
</section>
<!-- Footer -->
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>