Abdo-Alshoki commited on
Commit
828ba28
·
verified ·
1 Parent(s): 748f171

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -30,6 +30,7 @@ To develop our model for violence detection, we combined four datasets, amassing
30
  * **app.py**: The main Python script implements the Gradio, handles video uploads, and processes videos using the violence detection model.
31
  * **requirements.txt**: A text file contains all needed libraries.
32
  * **pre_3D_model.h5**: h5 file contains the model weights.
 
33
 
34
  ## How It Works
35
 
 
30
  * **app.py**: The main Python script implements the Gradio, handles video uploads, and processes videos using the violence detection model.
31
  * **requirements.txt**: A text file contains all needed libraries.
32
  * **pre_3D_model.h5**: h5 file contains the model weights.
33
+ * **Training_and_Testing.ipynb**: The code used to train the model (on colab)
34
 
35
  ## How It Works
36