/project-cvb

Primary LanguageJupyter Notebook

About

sample python project

Start Development Server

poetry run uvicorn main:app --host 0.0.0.0 --port 8010 --reload

Run hello world model

poetry run hello_world
poetry run 02_function_calling