Skip to content

Backend Part

Overview

backend
├── app
├── video_generator
└── voice_generator

Installation

Download the repository

git clone https://github.com/AlphaSphereDotAI/chatacter_backend.git
cd chatacter_backend
git submodule update --init --recursive

Container

  • Docker
docker compose up
  • Podman
podman compose up

Local

  • Install the dependencies
uv sync
  • Run the server
uv run fastapi dev