Iskaj commited on
Commit
15f3917
1 Parent(s): 94bcf95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -12,6 +12,20 @@ pinned: false
12
  # Videomatch
13
  Huggingface space where you can check if a video that came from the [Algemene Politieke Beschouwingen](https://www.tweedekamer.nl/APB) (2022) is edited in terms of timing. This space serves as an API for the [video factchecker](www.google.com).
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  # Example of the video factchecker
16
  [example-video-factchecker]:(imgs/examplefactchecker.png)
17
 
 
12
  # Videomatch
13
  Huggingface space where you can check if a video that came from the [Algemene Politieke Beschouwingen](https://www.tweedekamer.nl/APB) (2022) is edited in terms of timing. This space serves as an API for the [video factchecker](www.google.com).
14
 
15
+ # Usage
16
+ To use this space you can type a url in the search bar to a video that you think came from the Algemene Politieke Beschouwingen. Depending on the tab used there will be different outputs to this video.
17
+
18
+ There are three tabs you can use in this space:
19
+ 1. *Index*: Mostly there for historical purposes, but you can use this to index a video that powers the matching engine.
20
+ 2. *PlotAutoCompare*: This compares the video to the database containing full length videos of the [Algemene Politieke Beschouwingen](https://www.tweedekamer.nl/APB) (2022) and will visualize how the video matches to all the other videos in the database.
21
+ 3. *AutoCompare*: This compares the video to the database containing full length videos of the [Algemene Politieke Beschouwingen](https://www.tweedekamer.nl/APB) (2022) and will return .json-style information about how the video matches to all the other videos in the database.
22
+
23
+ # Supported URL types
24
+ The video has to be input as a url, and we support the following video sources:
25
+ - Twitter
26
+ - Youtube
27
+ - Direct .mp4 download link
28
+
29
  # Example of the video factchecker
30
  [example-video-factchecker]:(imgs/examplefactchecker.png)
31