--- title: EnlightenQalb emoji: 📖 colorFrom: indigo colorTo: blue sdk: docker app_port: 3000 pinned: false license: mit duplicated_from: HumbleBeeAI/al-ghazali-rag-retrieval-api --- # EnlightenQalb: Al-Ghazali's Wisdom Search A React application that allows users to search through "The Alchemy of Happiness" by Imam Al-Ghazali using modern AI-powered semantic search technology. ## Features - Semantic search across Al-Ghazali's text - Compare results from different embedding models - Simple emoji-based feedback system - Light/dark theme support ## Technical Details This application uses: - React with Material UI for the frontend - Sentence Transformer models (BGE-Large and UAE-Large) on the backend - Docker for containerization ## Development To run locally: ```bash npm install npm start