Installation

Install the dependencies

pip install -r requirement.txt

To start the app using uvicorn, run the following command:

uvicorn main:app --reload