Installing the packages To install the packages required: pip install -r requirements.txt Front-end For starting the execution of the UI: npm run dev Back-end For starting the live server (localhost:8000): uvicorn main:app --reload