DawitShibabaw/CBE-pms
0
CBE Performance Management System
AI-powered performance management system for Commercial Bank of Ethiopia.
Runs Llama 3.2 3B Instruct locally from DawitShibabaw/llama-3.2-3b-instruct using GPU acceleration (ZeroGPU on HF Spaces).
Features
- ๐ Dashboard with KPI overview
- ๐ค Data ingestion (BSC, JD, LOS documents)
- ๐ฏ AI-generated SMART objectives (3-step LLM pipeline)
- ๐ Objective tracking & progress monitoring
- โญ Performance appraisal management
- ๐ฌ Feedback & coaching records
Setup
Required secret
Hardware
This Space requires GPU to run efficiently. On HuggingFace Spaces:
- Go to Settings โ Hardware
- Select ZeroGPU or a persistent GPU tier (T4, A10G, A100)
- Save and restart the Space
The @spaces.GPU decorator automatically allocates GPU for generation requests and releases it when idle.
Optional overrides
Running locally
# Start the backend
cd Back_End
uvicorn scripts.API.main:app --reload
# In another terminal, start the UI
python gradio_app.py