Spaces:
Running
Running
File size: 809 Bytes
5c79dc9 bce0331 9b06cac 5ec2e12 9b06cac 5c79dc9 9b06cac c2adf08 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
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 |