File size: 835 Bytes
5c40eb3
acc66a1
 
 
 
5c40eb3
acc66a1
5c40eb3
acc66a1
 
 
 
 
5c40eb3
 
acc66a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: Live Fact Checking App 
emoji: πŸš€
colorFrom: green
colorTo: indigo
sdk: docker
app_port: 8000
pinned: false
license: apache-2.0
tags:
 - julia
 - Genie.jl
 - Stipple
---


## TODO LIST: 
- [x] Create a Genie.jl app
    - [x] Title Page and Logo
    - [x] Add an input for a youtube link (take from existing Genie.jl app)
    - [x] Add a button to submit the link
    - [x] Add a loading spinner
    - [x] Modify the HTML template on the backend 
    - [x] Generate Python code to access the transcripts 
    - [x] Script to send transcript to existing hf fact-check API 
    - [x] Processs scores and assign colors 
    - [x] Display the results w/ links to fact-checks
    - [x] Display numbered list of fact-checks w/ links
- [x] Create a Dockerfile
- [x] Create a Docker Space
- [x] Deploy the app on HuggingFace Spaces