Home

Awesome

my-ai-playground

Just some playing around.

Getting started

Prerequisites:

Install and use dependencies:

pipenv install --dev
pipenv shell

Run the backend:

cd server
uvicorn main:app --port 8300 --reload

In a web browser, connect to localhost:8300.

Testing

Run:

pipenv shell
pytest

The server does not need to be running for this. There is no CI, I just try to remember doing it before committing.