louiecerv commited on
Commit
cb58127
·
1 Parent(s): 906347a

sync with remote

Browse files
Files changed (2) hide show
  1. README.md +30 -0
  2. model_repo +1 -0
README.md CHANGED
@@ -12,3 +12,33 @@ short_description: App the uploads the ASL Model Trained Using Torch
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
+ # American Sign Language Recognition
17
+
18
+ This project demonstrates a Convolutional Neural Network (CNN) model for recognizing American Sign Language (ASL) using the Hugging Face Hub and Streamlit for the user interface. The model is trained on a dataset of ASL images and includes data augmentation techniques to improve generalization.
19
+
20
+ ## Table of Contents
21
+ - Introduction
22
+ - Installation
23
+ - Usage
24
+ - Model Architecture
25
+ - Data Augmentation
26
+ - Training
27
+ - Results
28
+ - Acknowledgements
29
+
30
+ ## Introduction
31
+ This project aims to build a robust ASL recognition system using deep learning techniques. The model is implemented in PyTorch and utilizes the Hugging Face Hub for dataset management. The Streamlit app provides an interactive interface for training and visualizing the model's performance.
32
+
33
+ ## Installation
34
+ To run this project, you need to have Python installed along with the following libraries:
35
+ - `streamlit`
36
+ - `torch`
37
+ - `torchvision`
38
+ - `datasets`
39
+ - `huggingface_hub`
40
+ - `matplotlib`
41
+
42
+ You can install the required libraries using:
43
+ ```bash
44
+ pip install streamlit torch torchvision datasets huggingface_hub matplotlib
model_repo ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 3b1e03d8d415269d86b88c9df83295a9ef454bb5