This project implements a real-time British Sign Language (BSL) recognition system using MediaPipe and a Multilayer Perceptron model. This is the page for the One-Hand BSL Model for the numbers zero to ten
- Python 3.10 (recommended)
pip(Python package installer)
⚠️ Note: The project was developed using Python 3.10. If you have multiple versions of Python installed, be sure to use Python 3.10 specifically.
In VSCode terminal:
py -3.10 -m venv venv venv\Scripts\activate
pip install -r req.txt
python model.py
python evaluate.py
python app.py