Eliza chatbot backend implemented with FastAPI websockets.
Check out SPA which using this application and its source.
Requires poetry.
poetry install
poetry run flake8
poetry run mypy eliza_chatbot_fastapi
poetry run python eliza_chatbot_fastapi/eliza.py
ALLOWED_HOST="localhost" ALLOWED_ORIGIN="http://127.0.0.1:5173" poetry run uvicorn eliza_chatbot_fastapi.main:app --reload