init python3 -m venv .venv .venv/bin/pip3 install -r requirements.txt api_server .venv/bin/uvicorn api_server:app --reload