How to use the API
pip install -r requirements.txt
uvicorn main:app
or
python3 -m uvicorn main:app
I didn't 100% make this code, ChatGPT wrote the 30% of it. besides that, this API just a dummy for deploying to cloud run and implementing thru cloud build.
