Jashan-hf-ai commited on
Commit
03690a3
·
verified ·
1 Parent(s): 3afb736

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -40,6 +40,18 @@ def predict_hand_gesture(image: np.ndarray):
40
  html_intro = """
41
  <h1 style='text-align:center; color:#2E86C1;'>🤟 Hand Gesture Classification</h1>
42
  <h3 style='text-align:center; color:#34495E;'>By Jashandeep Kaur</h3>
 
 
 
 
 
 
 
 
 
 
 
 
43
  """
44
 
45
  iface = gr.Interface(
 
40
  html_intro = """
41
  <h1 style='text-align:center; color:#2E86C1;'>🤟 Hand Gesture Classification</h1>
42
  <h3 style='text-align:center; color:#34495E;'>By Jashandeep Kaur</h3>
43
+ <p>
44
+
45
+ **Note:** Currently, the model can recognize **19 common hand gestures** such as "fist", "peace", "like", "stop", and more.
46
+ This is a subset of all possible gestures. The limitation exists because the model was trained only on these 19 gestures.
47
+
48
+ ### 🔹 Benefits of this project
49
+ - Helps beginners explore **computer vision and deep learning** concepts.
50
+ - Can be extended for **sign language recognition** in apps and educational tools.
51
+ - Useful for learning **human-computer interaction** with gesture control.
52
+
53
+ *Future work:* We plan to expand the model to recognize more gestures (50–78+) including greetings like "hello", "thank you", and other commonly used signs.
54
+ </p>
55
  """
56
 
57
  iface = gr.Interface(