Skip to content

woongjichoi/flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2021-2 capstone design preject 그로쓰4팀 키오조

프로젝트 개요

무인 터치스크린 키오스크 미적응자들을 위한 음성인식 AI 점원 API 서비스

주요 기능

  • 음성인식 및 음성합성을 통한 대화
  • FAQ 질의응답

개발 환경 및 기술

  • Google Colab
  • 음성인식(Speech-To-Text): Google cloud Speech-To-Text
  • 음성합성(Text-To-Speech): Pyttsx3
  • 의도 파악 모델: Bi-LSTM,Mutinomial Naive Bayes
  • 개체명 인식 모델: Bi-LSTM+CRF
  • 답변 생성 모델: Transformer
  • 서버: Flask

API 시스템 구조도

systemarchitecture

파일 디렉토리 구조

├── README.md
├── STT,TTS
│   ├── .idea
│   │    ├── inspectionProfiles
│   │    │   └── profiles_settings.xml
│   │    ├── .gitignore
│   │    ├── flaskrestful.iml
│   │    ├── misc.xml
│   │    ├── modules.xml
│   │    └── vcs.xml
│   ├── static
│   │   └── styles
│   │       └── index.css
│   │
│   ├── templates
│   │   ├── frontend.html
│   │   └── index.html
│   ├── app.py
│   ├── stttts.ipynb
│   └── transcribe_streaming_mic.py
├── chatbot
│   ├── answer
│   │   └── answer_chatbot.py
│   ├── intent
│   │   ├─ Mutinomial_tfidf.py
│   │   └── lstmNBsfvoting.py
│   ├─ ner
│   │   └─ ner_chatbot.py
│   └── scenario.py
└── dataset
    ├── ChatBotData_answer.csv
    ├─  Intent_bilstm.csv
    ├─  ChatBotData_ner.csv
    ├── dataset.py
    └── nerexcel.py

Kiosk Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published