Ask Me About Mohamed
A simple RAG (Retrieval-Augmented Generation) demonstration using my resume data
Interactive Resume Assistant
This demonstration showcases a client-side implementation of a Retrieval-Augmented Generation (RAG) system. It uses pre-computed embeddings of my resume content and similarity search to find relevant information before generating a response.
Note: This is a simplified demo that runs entirely in your browser. A full RAG system would use more sophisticated embedding models, vector databases, and larger language models running on a server.
Try asking questions like:
- "What experience does Mohamed have in data analysis?"
- "Tell me about Mohamed's skills."
- "What projects has Mohamed worked on?"
- "What certifications does Mohamed have?"
Want to see a more complete version of a local RAG application?
Check out my GitHub