Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiorix/talkinator
a talking akinator
https://github.com/fiorix/talkinator
Last synced: about 1 month ago
JSON representation
a talking akinator
- Host: GitHub
- URL: https://github.com/fiorix/talkinator
- Owner: fiorix
- Created: 2012-07-20T22:37:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-27T05:09:42.000Z (over 12 years ago)
- Last Synced: 2024-10-15T11:21:40.169Z (3 months ago)
- Language: Python
- Size: 129 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
talkinator
==========**NOTE: akinator.com has recently switched to websockets, and I have no plans
to support it. This code is outdated and might be deleted anytime.***For the latest source code, see *
``talkinator`` is the combination of an interactive web crawler for
, and an
[event socket](http://wiki.freeswitch.org/wiki/Event_Socket) server
application for [FreeSWITCH](http://freeswitch.org).It is written in Python and Twisted.
It depends on an external text-to-speech system via freeswitch's
[mod_tts_commandline](http://wiki.freeswitch.org/wiki/Mod_tts_commandline) to
synthesize audio, and
[mod_pocketsphinx](http://wiki.freeswitch.org/wiki/Mod_pocketsphinx) for
speech recognition.I have *no plans* to support it further. Please don't ask.
Live demo
---------Call **+1 (226) 336-2189** and check [this blog post][info] for more
information. The current voice is female, and is a bit slow to generate audio
because it uses an old server. Sorry.[info]: http://musta.sh/2012-07-20/twisting-python-and-freeswitch.html