whisper website
1.0.0
git clone [email protected]:Kabanosk/whisper-website.gitcd whisper-website 로 이동하십시오python3 -m venv venvsource venv/bin/activate / . venv/bin/activatepip install -r requirements.txtcd src 로 이동하십시오run.py 파일 python3 run.py 실행하십시오http://127.0.0.1:8000/ 입력하십시오. git clone [email protected]:Kabanosk/whisper-website.gitcd whisper-website 로 이동하십시오docker build -t app .docker run --name app_container -p 80:80 apphttp://127.0.0.1:80/ 입력하십시오.docker start app_container 시작하십시오http://127.0.0.1:80/ 입력하십시오.