Run from source Run the backend: cd app pip install -r requirements.txt uvicorn main:app Run the UI: cd ui npm install npm start