fallingbody/local-ai
0
Interview AI Engine
This is the backend AI engine for the Interview.ai platform, handling video analysis, proctoring, and candidate evaluation.
Local Setup
python -m venv venv
source venv/bin/activate # Linux/Mac
# or
source venv/Scripts/activate # Windows
pip install "numpy==1.26.4" "setuptools<82" "protobuf==4.25.3"
pip install -r requirements.txt
alembic -c migrations/alembic.ini upgrade head
python -m app.main