The API server for AIT
- python >=3.11.4
- pip
- ffmpeg
pip install -r requirements.txt
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 tag ait-server .