genshin.applio / Makefile
soiz1's picture
Upload 204 files
2f5f13b verified
raw
history blame contribute delete
529 Bytes
.PHONY:
.ONESHELL:
# Show help message
help:
@grep -hE '^[A-Za-z0-9_ \-]*?:.*##.*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
# Install dependencies
run-install:
apt-get -y install build-essential python3-dev ffmpeg
pip install --upgrade setuptools wheel
pip install pip==24.1
pip install -r requirements.txt
apt-get update
# Run Applio
run-applio:
python app.py --share
# Run Tensorboard
run-tensorboard:
python core.py tensorboard