Skip to content

Commit b165539

Browse files
committed
Updated rap post.
1 parent c25bc48 commit b165539

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_posts/2019-11-10-the-rapalyzer.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories: jekyll update
88
<iframe controls='true' type='video/mov' allow="fullscreen" src="https://drive.google.com/file/d/1zhhEbwY7Xur_TFbsBCTmjnYjqGpAqlE1/preview" width="716" height="378"></iframe>
99

1010
After seeing quite a few 'rhyme scheme analysis' breakdowns such as [this one](https://www.youtube.com/watch?v=k2ah9CtlaEs)
11-
on Instagram, Reddit, and YouTube, I decided to try my hand at automating the process. The result is the aptly named [Rap-alyzer](http://rap.zrich.dev/)
11+
on Instagram, Reddit, and YouTube, I decided to try my hand at automating the process. The result is the aptly named the Rap-alyzer
1212
(or 'Rap Analyzer').
1313

1414
The webapp is hosted on AWS. The frontend is written in React (my first foray into web development!) and the backend is a Flask app served using Gunicorn.
@@ -19,4 +19,6 @@ While it's a fun toy, it's definitely not perfect. Some future things I'd like t
1919
- Rhyme groups should be confined to a single verse.
2020
- Genius' lyrics sometimes contain cruft that should be cleaned more thoroughly.
2121
- The colors used to indicate rhyme groups are randomly generated, making it possible that two groups have the same color.
22-
- Many rappers bend rhymes using unusual pronounciation (example: [Eminem](https://www.youtube.com/watch?v=lPcR5RVXHMg)). It may be possible to use speech-to-text to more accurately pick up rhymes.
22+
- Many rappers bend rhymes using unusual pronounciation (example: [Eminem](https://www.youtube.com/watch?v=lPcR5RVXHMg)). It may be possible to use speech-to-text to more accurately pick up rhymes.
23+
24+
Try it out at [rap.zrich.dev](https://rap.zrich.dev). Thanks!

0 commit comments

Comments
 (0)