Speech Emotion Detector
View the video rundown here
[Read More]
Visualizations
visualizing with Tableau and Power BI Dashboards
Under Construction!
This post will showcase some of my visualization works
[Read More]
NLP on Election Tweets Aug-Oct
Applying Natural Language Processing to US Election Twweets, visualizing with Tableau
This post: a very brief brush-up on some Natural Language Processing techniques and Tableau usage.
[Read More]
Writing Multinomial Naive Bayes From Scratch
Using only NumPy to create a Multinomial Naive Bayes in Python
The Naive Bayes classifiers are a relatively simplistic group of statistical models for assigning class labels to a given input.
The predictions are based on comparing how likely the input would be observed in each class.
[Read More]
Calendly Scraper
Scraping Calendly for available dates
Problem: My interview was canceled and I was left with a very late time slot.
Solution: Write a script that can be scheduled to run and check for any new availability.
[Read More]