Skip to content

romispectrum/scec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCEC (Smart Calendar Event Creator)

This app will take your text input and create a calendar event for you.

MacOS

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.

Install the Dependencies

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

About

Smart calendar event creator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published