실시간으로 STT를 하여 KOBERT, BILSTM 모델을 사용하여 보이스피싱인지 유무 검출
git clone https://github.com/urinaner/voice_phishing.git
cd Django-Speech-to-text-Chat
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver