Spaces:
Runtime error
Runtime error
Vanofuture
commited on
Commit
·
a083f25
1
Parent(s):
d608694
Update README.md
Browse files
README.md
CHANGED
@@ -8,22 +8,4 @@ sdk_version: 1.10.0
|
|
8 |
app_file: Demo.py
|
9 |
pinned: true
|
10 |
---
|
11 |
-
|
12 |
-
Deep learning pipelines to predict the target of political messages.
|
13 |
-
## About
|
14 |
-
The goal of this project is to present machine learning approach of classification political campaign videos from the USA of different years by target audience (base/center). The classification is done by extracting different features from the video (e.g., speech-to-text, visual data) and training a neural network. More details can be found in the related [paper](https://drive.google.com/file/d/1-o9UVRRV7XRlGGBsYUfOkmch2ai-A2Fg/view?usp=sharing).
|
15 |
-
## Navigation
|
16 |
-
### Dataset
|
17 |
-
Datasets, including extracted features, tagging files and political campaign videos to train on can be found [here](https://drive.google.com/drive/folders/1-7rkd_SozNGLrNHXnEZ0iTKqO9ztKhiU?usp=sharing).
|
18 |
-
### Features extraction
|
19 |
-
All the code used for features extraction is in the */tools* directory.
|
20 |
-
### Analysis
|
21 |
-
Code for model analysis is in the */analysis* directory.
|
22 |
-
### Training model
|
23 |
-
To train the model use [this](https://colab.research.google.com/drive/1ceVEWRAkIQJsOGuMxmG2qvPY3huZf8gc?usp=sharing) Google Colab notebook. [This](https://colab.research.google.com/drive/1MH19zWCCqQFTKidT5qq6pIPbmsdyuAIp?usp=sharing) notebook is used to make predictions from the pre-trained model.
|
24 |
-
### Demo
|
25 |
-
Example UI of a pre-trained model with test accuracy of ~80% using speech-to-text and text from video features can be found [here](https://unt2tled-political-campaign-project-demo-6gbfbd.streamlitapp.com/) or by cloning the repository and calling from the project's root:
|
26 |
-
```
|
27 |
-
pip install streamlit
|
28 |
-
streamlit run Demo.py
|
29 |
-
```
|
|
|
8 |
app_file: Demo.py
|
9 |
pinned: true
|
10 |
---
|
11 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|