BibXplore allows browsing Munich City Library's catalog in a new, innovative way: By providing a simple interface that allows for both semantic search, constraints, and keyword search. Multiple languages (e.g. English and German) work! Consider some examples:
- "I want books about dragons and castles"
- "I'd like books on Magic, Wizards, and England. Less than 200 pages."
- "Please show me books about children by Astred Lindgren published before 2000."
Follow these steps to run the project, starting in the project's root directory.
- Environment: Create
.envfile with Google Api KeyAPI_KEY - Requirements:
pip install -r requirements.txt - Backend:
python app.py - Frontend:
cd frontend && npm install && npm run dev
