Spaces:
Runtime error
Runtime error
Update README.md
Browse files
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 |
|