Ever wish you knew what your chosen Mario Kart player says about your personality the Microsoft Face API and some creative license? 🔮🤔
Well, you're in luck! Presenting:
@StephenRadachy based on a tweet thread from March of 2019.
This project is a fork from StephenPlease check out my blog post for more details on why and how this was made.
This project uses the Microsoft Azure Face API to detect emotions from images. If you’re looking for a quick summary and overview on the Face API, I recommend starting here with our documentation, or taking 5 minutes to complete a Quickstart Tutorial, so you have some context on how to use the API and are familiar with the process of deploying a React App to GitHub pages.
https://chloecodesthings.github.io/Mario-Kart-Astrology/ 🏁⭐️🍄
🍄⭐️🏁 If you want to skip ahead and see what your Mario Kart player says about you (based on my personal and very non-scientific analysis), go to the GitHub Page here:Happy learning!
-Chloe
Dev Setup
Prerequisites: nodejs and yarn
# bootstrap
yarn
# dev server w/ live reload
yarn start