Just a small and simple/asynchronous avatar server written using the quart web server
Setup instructions:
- Step 1: Clone the repository.
git clone https://github.com/Airiuwu/AvatarServer - Step 2: Install the dependencies.
python3.9 -m pip install -r requirements.txt - Step 3: Run the server.
hypercorn main.py -bHOST:PORTexample: 127.0.0.1:5000