A deep learning model for lip reading that uses 3D convolutional neural networks to process video data and predict spoken text.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
2024-08-16.00-42-59.mp4
This project aims to develop a lip reading system using deep learning techniques. It utilizes a 3D Convolutional Neural Network (CNN) combined with Bidirectional LSTM layers to process video data and convert lip movements into text.
To get a local copy up and running, follow these steps:
- Python 3.8
- Pip (Python package installer)
- Jupyter Notebook
- Clone the repo
git clone https://github.com/SarthakB11/LipReadingApp.git
- Navigate to the project directory
cd LipReadingApp- Create and activate a Conda environment
conda create --name lipreading python=3.8 conda activate lipreading
- Run the Jupyter Notebook Only run the Streamlit header!(to avoid training the model)
- Running the Streamlit App: Start the Streamlit application to interactively test the model and visualize results.
- Copy the your external IP address using the wget command.
!wget -q -O - ipv4.icanhazip.comIt retrieves your external IP address.
-
!streamlit run app.py &
runs the Streamlit app in the background.
!npx localtunnel --port 8501uses npx localtunnel to expose the locally running Streamlit app to the internet.
The app is hosted on port 8501, and localtunnel provides a public URL through which the app can be accessed.
- Open the url link
Paste your IP address and submit.
- Improve video preprocessing pipeline
- Implement more advanced model architectures
- Enhance Streamlit application features
- Expand dataset and improve training accuracy
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Sarthak Bhardwaj - @Sarthak1102 - sarthak.bhardwaj21b@iiitg.ac.in
Project Link: https://github.com/SarthakB11/LipReadingApp
- TensorFlow
- OpenCV
- Streamlit
- ImageIO
- Matplotlib



