Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.28 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.28 KB

SignTalk 🫳🫴🖐️🫲🗣️

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.

ℹ️ Project Links

Project is hosted here

Link to other docs:

Tensorflow Documentation MediaPipe Documentation Gooogle Cloud Documentation Flutter Documentation Django Documentation

↗️ How to run and install 💨

To install and run this project:

  1. Clone this repo using
git clone https://github.com/samadon1/signtalkapp.git
  1. Open the main directory
cd signtalk\main
  1. Create and activate a virtual environment for the project
virtualenv env
env\scripts\activate

Create a virtual environment

  1. Install the requirements for the project
pip install -r requirements.txt
  1. Start and run the development server
python manage.py runserver
  1. Go to the home page
http://127.0.0.1:8000/signtext/home