Skip to content

binaryshrey/AvatarsAI-API-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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