Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,86 @@ Welcome to the world where Artificial Intelligence (AI) meets music, transformin
|
|
| 18 |
5. Chords and Lyrics Writer: https://huggingface.co/spaces/awacke1/Mistral_Ultimate_Chords_and_Lyrics_Writer
|
| 19 |
6. Prompts
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## Top 21 Genre of Music in Descending Order of Popularity / Frequency
|
| 22 |
1. Dance/EDM
|
| 23 |
2. Corporate
|
|
|
|
| 18 |
5. Chords and Lyrics Writer: https://huggingface.co/spaces/awacke1/Mistral_Ultimate_Chords_and_Lyrics_Writer
|
| 19 |
6. Prompts
|
| 20 |
|
| 21 |
+
# Examples for Music Genres, Effects of Music, Workout and Tempo Pairing
|
| 22 |
+
|
| 23 |
+
```
|
| 24 |
+
#examples = [
|
| 25 |
+
# ["Country acoustic guitar fast line dance singer like Kenny Chesney and Garth brooks and Luke Combs and Chris Stapleton. bpm: 100", 30, 0.5, 5],
|
| 26 |
+
# ["Electronic Dance track with pulsating bass and high energy synths. bpm: 126", 30, 0.5, 5],
|
| 27 |
+
# ["Rap Beats with deep bass and snappy snares. bpm: 80", 30, 0.5, 5],
|
| 28 |
+
# ["Lo-Fi track with smooth beats and chill vibes. bpm: 100", 30, 0.5, 5],
|
| 29 |
+
# ["Global Groove track with international instruments and dance rhythms. bpm: 128", 30, 0.5, 5],
|
| 30 |
+
# ["Relaxing Meditation music with ambient pads and soothing melodies. bpm: 80", 30, 0.5, 5],
|
| 31 |
+
# ["Rave Dance track with hard-hitting beats and euphoric synths. bpm: 128", 30, 0.5, 5]
|
| 32 |
+
#],
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
+
# Genres By Performance and Popularity
|
| 36 |
+
```
|
| 37 |
+
examples = [
|
| 38 |
+
["π Dance/EDM track with vibrant synths and a driving beat. bpm: 128", 30, 0.5, 5],
|
| 39 |
+
["πΌ Corporate theme with an upbeat tempo and motivational melodies. bpm: 120", 30, 0.5, 5],
|
| 40 |
+
["πΈ Rock anthem with powerful guitar riffs and energetic drums. bpm: 140", 30, 0.5, 5],
|
| 41 |
+
["π Chill Out track with soothing ambient sounds and relaxed tempo. bpm: 90", 30, 0.5, 5],
|
| 42 |
+
["π€ Hip Hop beat with hard-hitting bass and catchy rhythms. bpm: 95", 30, 0.5, 5],
|
| 43 |
+
["π» Orchestral piece with dramatic strings and grand composition. bpm: 70", 30, 0.5, 5],
|
| 44 |
+
["πΊ Funk groove with groovy basslines and rhythmic guitars. bpm: 110", 30, 0.5, 5],
|
| 45 |
+
["πΉοΈ Video Game music with retro synths and catchy chiptune melodies. bpm: 130", 30, 0.5, 5],
|
| 46 |
+
["πΎ Folk song with acoustic guitar and harmonious vocals. bpm: 85", 30, 0.5, 5],
|
| 47 |
+
["π Ambient soundscape with ethereal pads and calming tones. bpm: 60", 30, 0.5, 5],
|
| 48 |
+
["π· Jazz tune with smooth saxophone and swinging rhythms. bpm: 120", 30, 0.5, 5],
|
| 49 |
+
["πΆ Kids music with cheerful melodies and playful instruments. bpm: 100", 30, 0.5, 5],
|
| 50 |
+
["π Pop hit with catchy hooks and upbeat rhythms. bpm: 115", 30, 0.5, 5],
|
| 51 |
+
["π¬ Production music with versatile sounds for various media. bpm: 110", 30, 0.5, 5],
|
| 52 |
+
["π Electronic piece with experimental sounds and unique textures. bpm: 125", 30, 0.5, 5],
|
| 53 |
+
["π΄ Reggae rhythm with laid-back vibes and offbeat guitar chords. bpm: 75", 30, 0.5, 5],
|
| 54 |
+
["π Dance track with infectious beats and lively energy. bpm: 130", 30, 0.5, 5],
|
| 55 |
+
["π€ R&B tune with smooth vocals and soulful grooves. bpm: 90", 30, 0.5, 5],
|
| 56 |
+
["π Latin song with rhythmic percussion and fiery melodies. bpm: 105", 30, 0.5, 5],
|
| 57 |
+
["π€ Country track with twangy guitars and heartfelt storytelling. bpm: 85", 30, 0.5, 5],
|
| 58 |
+
["πΆ Indian music with traditional instruments and intricate rhythms. bpm: 95", 30, 0.5, 5]
|
| 59 |
+
],
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
# Genres By Exercise Pairing
|
| 63 |
+
```
|
| 64 |
+
|
| 65 |
+
examples = [
|
| 66 |
+
["π§ Yoga, pilates, and other low-intensity activities. bpm: 60-90", 30, 0.5, 5],
|
| 67 |
+
["π Power yoga. bpm: 100-140", 30, 0.5, 5],
|
| 68 |
+
["πͺ CrossFit, indoor cycling, or other HIIT forms. bpm: 140-180+", 30, 0.5, 5],
|
| 69 |
+
["π Zumba and dance. bpm: 130-170", 30, 0.5, 5],
|
| 70 |
+
["π Steady-state cardio, such as jogging. bpm: 120-140", 30, 0.5, 5],
|
| 71 |
+
["πββοΈ Runners. bpm: 150-190", 30, 0.5, 5],
|
| 72 |
+
["πΆ Walking or cycling. bpm: 80-110", 30, 0.5, 5],
|
| 73 |
+
["πββοΈ Long-distance runs. bpm: 120-140", 30, 0.5, 5],
|
| 74 |
+
["πββοΈ Shorter, more intense runs. bpm: 147-160", 30, 0.5, 5],
|
| 75 |
+
["ποΈ Weightlifting. bpm: 130-140", 30, 0.5, 5],
|
| 76 |
+
["π€Έ Low impact aerobics. bpm: 133-148", 30, 0.5, 5],
|
| 77 |
+
["πΈ Ballad / Slow. bpm: 50-85", 30, 0.5, 5],
|
| 78 |
+
["πΉ Mid-Tempo. bpm: 90-105", 30, 0.5, 5],
|
| 79 |
+
["π Up-Tempo. bpm: 110-125", 30, 0.5, 5],
|
| 80 |
+
["π₯ Fast. bpm: 130+", 30, 0.5, 5],
|
| 81 |
+
["π΅ Blues. bpm: 50+", 30, 0.5, 5],
|
| 82 |
+
["π¬ Ambient/Movie Score. bpm: 80", 30, 0.5, 5],
|
| 83 |
+
["π Down Tempo. bpm: 65-95", 30, 0.5, 5],
|
| 84 |
+
["π΄ Reggae. bpm: 60-90", 30, 0.5, 5],
|
| 85 |
+
["π€ Hip-Hop. bpm: 85-110", 30, 0.5, 5],
|
| 86 |
+
["πΈ Rock. bpm: 90-100", 30, 0.5, 5],
|
| 87 |
+
["πΈ Alternative Rock. bpm: 120", 30, 0.5, 5],
|
| 88 |
+
["π RnB/Motown. bpm: 75-100", 30, 0.5, 5],
|
| 89 |
+
["πΊ Dance/House. bpm: 110-130", 30, 0.5, 5],
|
| 90 |
+
["β¨ Trance. bpm: 120-140", 30, 0.5, 5],
|
| 91 |
+
["ποΈ Techno. bpm: 130-150", 30, 0.5, 5],
|
| 92 |
+
["π Dubstep. bpm: 130-145", 30, 0.5, 5],
|
| 93 |
+
["π₯ Drum n' Bass. bpm: 150-170", 30, 0.5, 5],
|
| 94 |
+
["π€ Punk Rock. bpm: 140-200", 30, 0.5, 5],
|
| 95 |
+
["πΎ Bluegrass. bpm: 120-240", 30, 0.5, 5]
|
| 96 |
+
],
|
| 97 |
+
```
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
|
| 101 |
## Top 21 Genre of Music in Descending Order of Popularity / Frequency
|
| 102 |
1. Dance/EDM
|
| 103 |
2. Corporate
|