Skip to content

Commit 876b994

Browse files
committed
updates
1 parent d4e35e8 commit 876b994

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ categories: jekyll update
77

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

10-
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 the Rap-alyzer
10+
After seeing few 'rhyme scheme analysis' breakdowns such as [this one](https://www.youtube.com/watch?v=k2ah9CtlaEs), I decided to try my hand at automating the process. The result is the aptly named the Rap-alyzer
1211
(or 'Rap Analyzer').
1312

1413
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.
1514
Lyrics are scraped using the [Genius API](https://docs.genius.com/) and the rhymes are found using the [CMU Proncouncing Dictionary](http://www.speech.cs.cmu.edu/cgi-bin/cmudict).
1615

17-
While it's a fun toy, it's definitely not perfect. Some future things I'd like to implement are:
16+
While it's a fun toy, it's not perfect. Some future things I'd like to implement are:
1817

1918
- Rhyme groups should be confined to a single verse.
2019
- Genius' lyrics sometimes contain cruft that should be cleaned more thoroughly.

_posts/2019-12-06-fit-trak.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ iOS development was my first exposure to programming, but I've never devoted eno
1111
the opportunity to develop a fully-fledged app. The result: FitTrak.
1212

1313
FitTrak is an application that allows users to track their meals, cardio, and weightlifting progress with a modern, simplistic UI. While it isn’t complete, it's close! FitTrak
14-
uses AWS services for user management, data storage, and CICD.
14+
uses AWS services for user management, data storage, and CI.
1515

16-
My goals for the app were to learn how to design a programmatic iOS GUI and to implement the AWS lifecycle on iOS. While I haven’t submitted the app for release,
17-
I will be continuing to work towards that goal post-graduation.
16+
My goals for the app were to learn how to design a programmatic iOS GUI and to implement the AWS lifecycle on iOS.
1817

1918
Thanks for reading!

_posts/2020-07-25-spoti-stats.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ categories: jekyll update
77

88
<iframe controls='true' type='video/mov' allow="fullscreen" src="https://drive.google.com/file/d/1npOnve6rGYXroHhErO8_JaAlUL3xZbzT/preview" width="716" height="378"></iframe>
99

10-
I use Spotify... a lot. Spotify provides some great personalized streaming data in the form of their [Spotify Wrapped](https://newsroom.spotify.com/2019-12-05/spotify-wrapped-2019-reveals-your-streaming-trends-from-2010-to-now/) tool. They also make some user data available via their [API](https://developer.spotify.com/console/get-current-user-top-artists-and-tracks/?type=artists&time_range=&limit=&offset=), allowing registered apps to gather data about your streaming usage and trends. As a new project to work on my web development skills, I decided to create a mini-Spotify Wrapped experience using the Spotify API. The UI is inspired by Spotify itself, and came out great.
10+
I use Spotify... a lot. Spotify provides some personalized streaming data in the form of their [Spotify Wrapped](https://newsroom.spotify.com/2019-12-05/spotify-wrapped-2019-reveals-your-streaming-trends-from-2010-to-now/) tool. They also make some user data available via their [API](https://developer.spotify.com/console/get-current-user-top-artists-and-tracks/?type=artists&time_range=&limit=&offset=), allowing registered apps to gather data about your streaming usage and trends. As a new project to work on my web development skills, I decided to create a mini-Spotify Wrapped experience using the Spotify API.
1111

1212
Try it out at [spot.zrich.dev](https://spot.zrich.dev). Thanks!

0 commit comments

Comments
 (0)