This app will take your text input and create a calendar event for you.
On MacOS, it is recommended to run Ollama as a standalone application outside of Docker containers, as Docker Desktop does not support GPUs. Learn more: Ollama Official Docker Image.
Ensure Poetry is installed on your system. You can install it by following the instructions here.
Set correct python version
poetry env use $(pyenv which python3.11)
Activate the Poetry virtual environment:
poetry shell
Install the project dependencies:
poetry install
Run the application:
uvicorn app.main:app --reload