SignTalk is sign language translation system that allows deaf patients to communicate effectively with their doctors by using the power of computer vision and deep learning. It is capable of both translation of speech-to-sign-language and sign-language-to-speech.
Tensorflow Documentation MediaPipe Documentation Gooogle Cloud Documentation Flutter Documentation Django Documentation
To install and run this project:
- Clone this repo using
git clone https://github.com/samadon1/signtalkapp.git
- Open the main directory
cd signtalk\main
- Create and activate a virtual environment for the project
virtualenv env
env\scripts\activate
- Install the requirements for the project
pip install -r requirements.txt
- Start and run the development server
python manage.py runserver
- Go to the home page
http://127.0.0.1:8000/signtext/home