awacke1 commited on
Commit
55e5a61
Β·
1 Parent(s): c732d72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -11,6 +11,34 @@ Music Mastery with AI: Harmonizing Technology and Creativity 🎢
11
  Introduction 🌟
12
  Welcome to the world where Artificial Intelligence (AI) meets music, transforming how we learn, create, and enjoy melodies. Imagine a space where AI not only educates you on music theory and techniques but also inspires you to compose and play the music you love. Let's explore ten innovative AI applications that make this musical journey exhilarating!
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  AI-Powered Music Apps: A Symphony of Innovation 🎹
15
  AI Composer's Assistant πŸ€–πŸŽΌ
16
 
 
11
  Introduction 🌟
12
  Welcome to the world where Artificial Intelligence (AI) meets music, transforming how we learn, create, and enjoy melodies. Imagine a space where AI not only educates you on music theory and techniques but also inspires you to compose and play the music you love. Let's explore ten innovative AI applications that make this musical journey exhilarating!
13
 
14
+ 1. Acquire Datasets - https://huggingface.co/spaces/awacke1/WebDatasets
15
+ 2. Generate 30 Second Music Segments: https://huggingface.co/spaces/awacke1/MusicGenStreamFacebook
16
+ 3. Music Video Awards Deep Dive Neuron Cluster: https://huggingface.co/spaces/awacke1/WebVideoAwards
17
+ 4. Song and Album Image Generator: https://huggingface.co/spaces/awacke1/RealTimeImageGen
18
+ 5. Chords and Lyrics Writer: https://huggingface.co/spaces/awacke1/Mistral_Ultimate_Chords_and_Lyrics_Writer
19
+ 6. Prompts
20
+
21
+ ## Prompt Example
22
+
23
+ # List of prompts for full song details of various artists
24
+ song_prompts = [
25
+ ["🎸 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Everclear songs, including when they were top ten. 🎀"],
26
+ ["🎡 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Taylor Swift songs, including when they were top ten. 🎢"],
27
+ ["πŸŽ™οΈ Show full verse, chorus, intro, and outro chords and lyrics for top 3 Adele songs, including when they were top ten. 🎧"],
28
+ ["🎼 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Bruno Mars songs, including when they were top ten. 🎷"],
29
+ ["🎹 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Lady Gaga songs, including when they were top ten. 🎺"],
30
+ ["🎻 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Ed Sheeran songs, including when they were top ten. πŸ₯"],
31
+ ["🎀 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Drake songs, including when they were top ten. 🎢"],
32
+ ["🎧 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Rihanna songs, including when they were top ten. 🎡"],
33
+ ["🎷 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Justin Bieber songs, including when they were top ten. 🎼"],
34
+ ["🎢 Show full verse, chorus, intro, and outro chords and lyrics for top 3 BeyoncΓ© songs, including when they were top ten. πŸŽ™οΈ"],
35
+ ["🎺 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Katy Perry songs, including when they were top ten. 🎹"],
36
+ ["πŸ₯ Show full verse, chorus, intro, and outro chords and lyrics for top 3 Eminem songs, including when they were top ten. 🎻"],
37
+ ["🎀 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Ariana Grande songs, including when they were top ten. 🎧"],
38
+ ["🎢 Show full verse, chorus, intro, and outro chords and lyrics for top 3 Billie Eilish songs, including when they were top ten. 🎡"]
39
+ ]
40
+
41
+
42
  AI-Powered Music Apps: A Symphony of Innovation 🎹
43
  AI Composer's Assistant πŸ€–πŸŽΌ
44