A web app for picture online p
picbox
Picbox is a preview site for pictures processing.
mkdir picbox_work
cd picbox_work
wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.11.0-Linux-x86_64.sh
bash Miniconda3-py39_4.11.0-Linux-x86_64.sh
echo "PATH=$PATH:/root/miniconda3/bin" >> ~/.bashrc
su
conda config --set auto_activate_base false
conda init
conda create -n py39 python=3.9
conda env list
conda activate py39
apt update
apt-get install ffmpeg libsm6 libxext6 -y
pip install opencv-python Flask
git clone https://github.com/kyshel/picbox.git
cd picbox
bash run_api.py
open brwoser NOW~
proxy R2L
screen ssh -N -R localhost:1080:localhost:1080 root@x.x.x.x
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。