Fabulinkus project, aims to help people with specific disabilities, allowing them to speak using their face movements only. It augments the experience with auto word complete and text to speech features. Currently, only Turkish language is supported.
- Linux
- Python 2.7
- dlib
To install all required python libraries, run this command on your terminal (preferably within your virtual environment):
$ pip install -r requirements.txt
Make sure other files are on the same level with fabulinkus, don't forget to include the trained facial shape predictor from here.
$ (venv) python2.7 fabulinkus.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- mehmetalpsumer - Initial work
- gokturktopar - Initial work
You can also see the list of contributors who participated in this project.