Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 245 Bytes

File metadata and controls

10 lines (10 loc) · 245 Bytes

Setup and run:

git clone https://github.com/eolecvk/text-to-naruto.git
cd text-to-naruto
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install  -r requirements.txt
serve run demo:app