This API was created as a fun side project by OofChair.
sudo apt install python3-venv
python3 -m venv ~/venv
source ~/venv/bin/activate
git clone https://github.com/OofChair/OofAPI && cd OofAPI
pip install fastapi uvicorn[standard] sr_api
cd source
uvicorn main:api