<hello>
|
</hello>Building bridges between technology and social impact through:
|
5+
ML Projects
3+
Countries

Technical Expertise
Machine Learning & AI
Python
# Machine Learning Example
def train_model(data):
model = Sequential([
Dense(128, activation='relu'),
Dropout(0.2),
Dense(1, activation='sigmoid')
])
return model.fit(data)
Python/TensorFlow90%
NLP85%
Computer Vision80%
Web Development
JavaScript
// React Component
const App = () => {
const [data, setData] = useState([]);
useEffect(() => {
fetchData().then(setData);
}, []);
return <DataViz data={data} />;
};
React/Next.js85%
Node.js80%
MongoDB75%
ML Projects
Specialized in NLP and Computer Vision
- Arabic NLP
- Computer Vision
- Data Analysis
Web Development
Full-stack applications with modern tech
- React/Next.js
- Node.js
- MongoDB
Community Impact
Teaching and mentoring initiatives
- Code for Change
- Mentoring
- Workshops
Experiences
Let's Connect
Open to collaborations and conversations about technology, social impact, and innovation.