Make sure you have at least python 3.11 installed. Then, in the project directory run the following command to install the package:
pip install -e .
This will include the following dependencies:
fastapi[standard]>=0.115.8,
flask>=3.1.0,
streamlit>=1.42.0,
uvicorn>=0.34.0
To run the flask app, use the following command:
flask-app
To run the FastAPI app, use the following command:
fast-app
To run the Streamlit app, use the following command:
stream-app