-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LipNet | Issue #1164 #1168
base: master
Are you sure you want to change the base?
Add LipNet | Issue #1164 #1168
Conversation
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
@Addhithya make a proper readme file and attach demo video of your project |
Should I show the Jupyter notebook results as a demo video?? @Niketkumardheeryan |
Yes |
Solves Issue #1164
Closes #1164
Description
This PR adds the LipNet folder, which contains an implementation for lip reading using deep learning techniques. The LipNet model processes video input to predict spoken words, leveraging convolutional neural networks for effective feature extraction.
Type of PR
Screenshots :
Checklist:
Additional context:
A model checkpoint has been included in the repository for easy loading and evaluation of the LipNet model.