const yousra = {
role: "Visual Computing & AI Engineer",
level: "M1 Student β Computer Science (Visual Track)",
location: "π Somewhere between pixels, vectors, and tensors",
currentFocus: [
"Computer Vision & Image Processing",
"Generative AI & Diffusion Models",
"Prompt Engineering & LLM Pipelines",
"3D Rendering & Computational Graphics"
],
philosophy: {
code: "Write it clean, make it beautiful, ship it working",
ai: "Prompts are the new code β craft them with precision",
visuals: "Every pixel is a decision. Make it intentional.",
learning: "Curiosity is the best compiler",
coffee: "Required dependency β"
},
dailyRoutine: [
"β Boot up with coffee",
"π¨ Explore visual algorithms",
"π§ Train models, debug intuitions",
"βοΈ Craft prompts like poetry",
"π Read one paper a day",
"π Dream in latent space"
]
};π§ RAG Pipeline β Document Intelligence System
Retrieval-Augmented Generation β Connecting raw documents to meaningful answers
Architecture: Vector Store + LLM Chain
Embedding: Sentence Transformers
Retriever: ChromaDB / FAISS
LLM Backend: OpenAI / Mistral / LLaMA
Status: Active DevelopmentStack:
Highlights:
- π Multi-format document ingestion (PDF, MD, DOCX)
- π Semantic search with cosine similarity
- π€ Context-aware LLM responses
- β‘ Sub-second retrieval latency
π¨ Visual Prompt Studio β Prompt Engineering Toolkit
Prompt Optimization Platform β Craft, test, and iterate prompts with precision
Purpose: Systematic prompt engineering & evaluation
Interface: React + Tailwind visual UI
Backend: FastAPI + LLM provider abstraction
Feature: A/B prompt comparison & scoringStack:
πΌοΈ Neural Style Transfer β Visual Computing Project
Real-Time Artistic Style Transfer β Merging content and aesthetics through deep learning
Model: VGG-19 Feature Extraction
Loss: Content Loss + Gram Matrix Style Loss
Interface: Streamlit Web App
Output: High-res stylized imagesStack:
+ Computer Vision & Image Processing βββββββββββββββββββββ 92%
+ 3D Rendering & Scene Understanding βββββββββββββββββββββ 87%
+ Generative Models & Diffusion βββββββββββββββββββββ 85%
+ Computational Photography βββββββββββββββββββββ 88%+ Deep Learning & Neural Architectures βββββββββββββββββββββ 90%
+ NLP & Large Language Models βββββββββββββββββββββ 88%
+ Prompt Engineering & RAG Systems βββββββββββββββββββββ 94%
+ Model Fine-Tuning & Evaluation βββββββββββββββββββββ 83%+ API Design & Backend Systems βββββββββββββββββββββ 85%
+ Frontend & Data Visualization βββββββββββββββββββββ 82%
+ DevOps & Containerization βββββββββββββββββββββ 78%
+ Research & Technical Writing βββββββββββββββββββββ 91%On Visual Computing:
- "The world is a dataset β learn to see it differently"
- Pixels encode meaning. Geometry encodes structure.
- Every model is a lens. Every prompt is a question.
On AI:
- Intelligence is pattern recognition at scale
- Prompts are spells β precision is power
- Align first, optimize second
On Code:
- Write it for humans, optimize it for machines
- Readable today, maintainable forever
- Test early, test often, ship with confidence