Siri like for Call Center: it is a chatbot, able to answer a phone call (Nexmo API) and convert the user voice to text (Google Speech to text API), applying NLP to convert text to intention (SAP Conversational AI API), and answering to via voice synthesizer (Google Synthesizer API). This project is a prototype initiated with school mates to be implemented in a big call-center company.
Stars
3
Forks
0
Watchers
3
Open Issues
1
Overall repository health assessment
^1.0.0^1.18.2^4.14.00.0.20.0.0^4.17.4^1.5.1^2.1.1^1.4.1^0.3.0^4.28.8^2.0.4^3.8.20.0.1^1.0.25^2.4.0^1.7.2^6.26.0^8.1.2^6.24.1^6.24.1^3.2.0^11.0.0-beta.0^4.4.2^2.8.0^5.2.1^3.6.0^3.0.1^1.11.0^1.2.195
commits
fix(src/controller/context.controller) make previous_context async so it can await default()
c78a4a6View on GitHubMerge branch 'feature/synthesizer' into 'development'
3052d0eView on GitHubMerge branch 'feature/contextMemory' into 'development'
003d728View on GitHubMerge branch 'feature/contextHoraireSalle' into 'development'
1628d57View on GitHubfeat(synthesizer): implement it and can be use while on phone
4630292View on GitHubfix(contextMemory): now do correctly the recursion with context memory
ffae841View on GitHubfeat(contextMemory): implement context detection by passed action
8c7d1e2View on GitHubfeat(contextHoraireSalle): can manage the current day or user datetime
bdd7b51View on GitHub