# Create a virtual environment (Optional)
python -m venv <virtual-env-name>
pip install -r requirements.txtNote: The server will use boto3 to access AWS S3 resources and assumes you have valid configured AWS permissions at
~/.aws/credentialsor in the enviornment variabes.
Install npm dependencies
cd ui
npm installnpm run builduvicorn main:app --reload --port 3000Go to localhost:3000.