cmathhug commited on
Commit
485092e
·
verified ·
1 Parent(s): 9b27077

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -57
README.md CHANGED
@@ -1,58 +1,74 @@
1
- # AI Gospel Music Dictionaries
2
-
3
- A comprehensive collection of JSON dictionaries designed to support AI-powered gospel music and lyrics generation, with a focus on biblical and theological content.
4
-
5
- ## Overview
6
-
7
- This repository contains a curated set of dictionaries that can be used for:
8
- - Music generation tasks
9
- - Lyrics generation with biblical themes
10
- - Instrument and genre specifications
11
- - Biblical reference materials
12
-
13
- ## Dictionaries
14
-
15
- ### Biblical Content
16
- - `bible_book_dict.json` - Dictionary of Bible books
17
- - `bible_song_genre_dict.json` - Gospel music genre specifications
18
- - `simple_bible_prompts_dict.json` - Basic biblical prompts for content generation
19
- - `Books.json` - Detailed Bible book references
20
-
21
- ### Musical Instruments
22
- - `instrument_dict.json` - General instrument definitions
23
- - Instrument Family Dictionaries:
24
- - `concerto_instrument_family_brass_dict.json`
25
- - `concerto_instrument_family_keys_dict.json`
26
- - `concerto_instrument_family_percussion_dict.json`
27
- - `concerto_instrument_family_string_dict.json`
28
- - `concerto_instrument_family_woodwinds_dict.json`
29
-
30
- ### Music Components
31
- - `music_key_dict.json` - Musical keys
32
- - `tempo_dict.json` - Tempo specifications
33
- - `song_genre_dict.json` - Musical genres
34
- - `vocalists_dict.json` - Vocalist types
35
-
36
- ### Percussion and Drums
37
- - `drum_kits_dict.json` - Drum kit specifications
38
- - `drum_loop_genres_dict.json` - Drum loop genres
39
- - `percussion_instruments_dict.json` - Percussion instrument definitions
40
- - `anti_percussion_instruments_dict.json` - Non-percussion instrument definitions
41
-
42
- ## Tags
43
- - Suno
44
- - Bible
45
- - Theology
46
- - BluegrassGospel
47
-
48
- ## Size Category
49
- - n<1K (Less than 1,000 entries per dictionary)
50
-
51
- ## Task Categories
52
- - Music Generation
53
- - Lyrics Generation
54
-
55
- ## License
56
- CC0 1.0 Universal - No rights reserved. Attribution appreciated but not required.
57
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  King James Version (KJV) Bible references are in the Public Domain.
 
1
+ ---
2
+ license: cc0-1.0
3
+ task_categories:
4
+ - text-to-audio
5
+ - text-to-speech
6
+ tags:
7
+ - Suno
8
+ - Bible
9
+ - Theology
10
+ - Bluegrass
11
+ - Gospel
12
+ - Concertos
13
+ - music
14
+ size_categories:
15
+ - n<1K
16
+ ---
17
+ # AI Gospel Music Dictionaries
18
+
19
+ A comprehensive collection of JSON dictionaries designed to support AI-powered gospel music and lyrics generation, with a focus on biblical and theological content.
20
+
21
+ ## Overview
22
+
23
+ This repository contains a curated set of dictionaries that can be used for:
24
+ - Music generation tasks
25
+ - Lyrics generation with biblical themes
26
+ - Instrument and genre specifications
27
+ - Biblical reference materials
28
+
29
+ ## Dictionaries
30
+
31
+ ### Biblical Content
32
+ - `bible_book_dict.json` - Dictionary of Bible books
33
+ - `bible_song_genre_dict.json` - Gospel music genre specifications
34
+ - `simple_bible_prompts_dict.json` - Basic biblical prompts for content generation
35
+ - `Books.json` - Detailed Bible book references
36
+
37
+ ### Musical Instruments
38
+ - `instrument_dict.json` - General instrument definitions
39
+ - Instrument Family Dictionaries:
40
+ - `concerto_instrument_family_brass_dict.json`
41
+ - `concerto_instrument_family_keys_dict.json`
42
+ - `concerto_instrument_family_percussion_dict.json`
43
+ - `concerto_instrument_family_string_dict.json`
44
+ - `concerto_instrument_family_woodwinds_dict.json`
45
+
46
+ ### Music Components
47
+ - `music_key_dict.json` - Musical keys
48
+ - `tempo_dict.json` - Tempo specifications
49
+ - `song_genre_dict.json` - Musical genres
50
+ - `vocalists_dict.json` - Vocalist types
51
+
52
+ ### Percussion and Drums
53
+ - `drum_kits_dict.json` - Drum kit specifications
54
+ - `drum_loop_genres_dict.json` - Drum loop genres
55
+ - `percussion_instruments_dict.json` - Percussion instrument definitions
56
+ - `anti_percussion_instruments_dict.json` - Non-percussion instrument definitions
57
+
58
+ ## Tags
59
+ - Suno
60
+ - Bible
61
+ - Theology
62
+ - BluegrassGospel
63
+
64
+ ## Size Category
65
+ - n<1K (Less than 1,000 entries per dictionary)
66
+
67
+ ## Task Categories
68
+ - Music Generation
69
+ - Lyrics Generation
70
+
71
+ ## License
72
+ CC0 1.0 Universal - No rights reserved. Attribution appreciated but not required.
73
+
74
  King James Version (KJV) Bible references are in the Public Domain.