odunola commited on
Commit
be16b9d
·
verified ·
1 Parent(s): 6e2c0e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text2text-generation
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 100K<n<1M
9
  ---
10
+ # Sermon Transcript Dataset
11
+
12
+ ## Description
13
+ This dataset is a curated collection of approximately **960,000 rows** of sermon transcripts, obtained from sermons uploaded on YouTube. Each sermon was transcribed, split into smaller passage-like segments, and then manually labeled over a span of 4 weeks. The labeling process extracted the last Bible passage mentioned in each segment.
14
+
15
+ ## Purpose
16
+ The dataset was created to facilitate the development of a **plugin for EasyWorship** powered by a small, streamable machine learning model. The envisioned plugin listens to the sermon in real time, identifies Bible passages mentioned by the minister, and uses EasyWorship to automatically display the referenced passage without requiring human intervention. This aims to streamline the process of projecting Bible verses during sermons, enabling faster and more efficient worship experiences.
17
+
18
+ ## What is EasyWorship?
19
+ EasyWorship is a popular church presentation software designed to simplify the process of creating and managing worship services. It allows users to integrate Bible verses, song lyrics, and media into a seamless presentation. The proposed plugin would enhance EasyWorship's functionality by automating the display of Bible passages, eliminating the need for manual input during sermons.
20
+
21
+ ## Current Status
22
+ The project is currently **paused** due to time and compute constraints. However, the dataset remains a valuable resource for future research and development in:
23
+
24
+ - Real-time speech-to-text applications
25
+ - Bible passage recognition systems
26
+ - Enhanced church presentation tools
27
+
28
+ ## Dataset Features
29
+ - **Source:** Sermons uploaded on YouTube
30
+ - **Size:** ~960,000 rows
31
+ - **Structure:** Each row contains a passage segment and the corresponding last Bible passage mentioned
32
+ - **Labeling:** Hand-labeled to ensure accuracy
33
+
34
+ ## Future Potential
35
+ With sufficient resources, the project can:
36
+ - Enable real-time sermon analysis and projection tools
37
+ - Develop a lightweight, streamable model for seamless integration with EasyWorship
38
+ - Contribute to advancements in natural language processing and domain-specific transcription systems
39
+
40
+ ---
41
+
42
+ For inquiries or collaborations, please reach out!