icns-distributed-cloud / DeepVoice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deepvoice_ExperienceCenter

프로젝트 소개

딥보이스 체험장 웹사이트 백엔드 제작

기술 스택

Getting Started (Installation)

Generate Docker Container

sudo docker container run -itd  --gpus '"device=1, 2"' --ipc=host --name deepAudio -v /home/sun_server/jhk/WorldITShow:/content -p 10000:8080 -p 8000:8000 python:3.8
sudo docker exec -it deepAudio /bin/bash
cd root

Setting Environment

apt update cd root

pip install "fastapi[all]"
pip install "uvicorn[standard]"

실행 명령어

uvicorn main:app --reload --host 0.0.0.0

Deepvoice_Model

git clone https://github.com/icns-distributed-cloud/DeepVoice.git
cd DeepVoice
bash setup.sh

Isolate Vocal

python Isolate_Vocals.py

Train Model

python Voice_Model_Training.py

About


Languages

Language:Python 95.5%Language:Shell 4.5%