enlighten-qalb / README.md
eli02's picture
feat: Update Dockerfile, README, and Nginx configuration for improved deployment and documentation; enhance search functionality and UI components
c2adf08
---
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