Skip to content

riley-ball/SL_CNN_Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SL_CNN_Model

A pre-trained image classification model for sign language images.

To import TensorFlow model into Python:

  1. Extract zipped file
import zipfile
with zipfile.ZipFile('my_model.zip', 'r') as zip_ref:
    zip_ref.extractall()
  1. Import the model
loaded_model = tf.saved_model.load('path/to/extracted/model', 'model_signature_name')

About

A pre-trained image classification model for sign language images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published