Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 285 Bytes

File metadata and controls

15 lines (13 loc) · 285 Bytes

Sign Language Recognition System

A real time hand gesture recognition system built with:

  • Python 3.11
  • OpenCv
  • MediaPipe
  • TensorFlow
  • FastAPI

Project Structure

  • 'src/' - source code
  • 'data/' - Dataset
  • 'models/' - Trained models
  • 'notebook/' - Experiments

Setup