Spaces:
Running
Running
jarvisemitra
SHL Assessment Recommender - Full implementation with hybrid retrieval, slot-based conversation analysis, safety guards, and evaluation harness
ae3c639 | services: | |
| - type: web | |
| name: shl-assessment-recommender | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: uvicorn app.main:app --host 0.0.0.0 --port $PORT | |
| envVars: | |
| - key: GEMINI_API_KEY | |
| sync: false | |
| - key: PYTHON_VERSION | |
| value: 3.11.0 | |