Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 369 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 369 Bytes

AVATARS-AI-API

FastAPI service powering AVATARS-AI app

Getting Started

  1. Activate virtual-env
cd AVATARS-AI-API
python3 -m venv apienv
. apienv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Start server
uvicorn main:app --reload
  1. Open API docs
http://127.0.0.1:8000/v2000/documentation