Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 482 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 482 Bytes

The API server for AIT

Development

Requirement

  • python >=3.11.4
  • pip
  • ffmpeg

Prerequisites

pip install -r requirements.txt

Getting Started

cp .env.example .env  # and edit for your environment
python main.py  # start the server

# Shows in console 0.0.0.0 (--host argument) 
# but it's actually working on 127.0.0.1

Docker

Build API Image

docker build tag ait-server .