An AI model that can detect sign language and translate in real time. The model is trained to recognize three simple gestures as of now: 'Hello', 'Thanks' and 'I Love You'. The data for different gestures is supposed to taken by yourself. The model is then trained on this data on an LSTM neural network to learn different signs.
- Pip install all dependencies from requirements.txt
- run make_folder program to create folder structure to store keypoint cordinates for different gestures.
- run Collect Key points python program and extract key features.
- Run the jupyter-notebook and train your neural network on an LSTM model.