/sign-language

Work on the Google - Isolated Sign Language Recognition Kaggle competition

Primary LanguagePython

Sign language recognition

Working on the Google - Isolated Sign Language Recognition Kaggle competition.

Started this because some of my students were working on this project, and I wanted to try out some functions to find simpler ways.

Main practices covered so far:

  • Working with pyarrow to load parquet files
  • Using TensorFlow Datasets
  • Practice writing tests