Before running the application, make sure you have Python installed on your machine. You can download Python from here.
Next, install the required packages using pip:
pip install -r requirements.txt
run in /Enze1/: < uvicorn main:app --reload --port 8000 >
The Webapp will be available on http://localhost:8000



