Update README.md
Browse files
README.md
CHANGED
@@ -1,58 +1,74 @@
|
|
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 |
-
|
32 |
-
- `
|
33 |
-
- `
|
34 |
-
- `
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
- `
|
39 |
-
-
|
40 |
-
- `
|
41 |
-
|
42 |
-
|
43 |
-
-
|
44 |
-
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
-
|
54 |
-
|
55 |
-
|
56 |
-
|
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.
|