reab5555 commited on
Commit
afabb89
·
verified ·
1 Parent(s): fff7a83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -53,13 +53,10 @@ def process_and_show_completion(video_input_path, anomaly_threshold_input, fps,
53
 
54
  with gr.Blocks() as iface:
55
  gr.Markdown("""
56
- # Facial Expression and Body Language Anomaly Detection
57
-
58
- This application analyzes videos to detect anomalies in facial features and body language.
59
- It processes the video frames to extract facial embeddings and body posture,
60
- then uses machine learning techniques to identify unusual patterns or deviations from the norm.
61
-
62
- For more information, visit: [https://github.com/reab5555/Facial-Expression-Anomaly-Detection](https://github.com/reab5555/Facial-Expression-Anomaly-Detection)
63
  """)
64
 
65
  with gr.Row():
 
53
 
54
  with gr.Blocks() as iface:
55
  gr.Markdown("""
56
+ # Multimodal Behavioral Anomalies Detection
57
+
58
+ The purpose of this tool is to detect anomalies in facial expressions and body language over the timeline of a video.
59
+ It extracts faces and postures from video frames, detects unique facial features and body postures, and analyzes them to identify anomalies using time series analysis, specifically utilizing a variational autoencoder (VAE) approach.
 
 
 
60
  """)
61
 
62
  with gr.Row():