feat: full app

This commit is contained in:
Artemy 2023-04-15 14:44:32 +03:00
parent 92a560c170
commit f338f7b5c9
10 changed files with 171 additions and 0 deletions

View file

@ -0,0 +1,7 @@
@echo off
git clone https://github.com/artegoser/image-pluser-webui.git
cd image-pluser-webui
python -m venv venv
call ./venv/Scripts/activate.bat
pip install -r requirements.txt