This project implements a Sign Language Detection system using Deep Learning.
A pre-trained model is provided to recognize three different hand sign indentations, and predictions can be generated by following the steps outlined in the Jupyter Notebook.
.
βββ Sign language detection.ipynb # Main Jupyter Notebook
βββ MP_data/ # Trained model data (3 sign indentations)
βββ README.md # Project documentationThe notebook demonstrates:
- Loading a pre-trained deep learning model
- Processing input data for sign language recognition
- Predicting sign language classes using the trained model
- Visualizing prediction results
The model has already been trained, and this project focuses primarily on inference and evaluation.
- Python 3.7+
pip install numpy pandas matplotlib tensorflow keras opencv-pythonIt is recommended to run the project inside a virtual environment or conda environment.
- The folder MP_data contains the trained model files
- The model is trained to recognize three sign language indentations
- Do not modify or delete this folder, as it is required for prediction
- Clone the repository:
git clone <YOUR_REPOSITORY_URL>
cd <repository_name>- Ensure the MP_data folder is present in the project directory
- Launch Jupyter Notebook:
jupyter notebook- Open the notebook:
Sign language detection.ipynb- Follow the steps sequentially in the notebook to:
- Load the trained model
- Provide input data
- Predict the sign language result
- Deep Learningβbased classification
- Pre-trained neural network model
- Feature extraction and inference
- TensorFlow / Keras backend
- This project is intended for academic and educational use.
- You are free to modify and extend the notebook for learning purposes.
- Shakthi Bala
- Notebook-centric (not code-heavy)
- Clear explanation of
MP_data - Easy for anyone to reproduce results
- Recruiter & academic friendly
If you want, I can:
- Add a model architecture explanation
- Add a results visualization section
- Convert this into a portfolio-ready ML project
- Align all your READMEs to a consistent personal style
Just tell me π