• Compilation of viral tweets in Malaysia
    • Daily (almost real-time) update of Malaysia Twitter Tweets
    • Python scrapper deployed on Digitalocean
    • Django backend deployed on Heroku (with Postgress database)
    • Next & React deoployed on Vercel
  • Mini smart home system to detect and regulate user’s emotions
    • This project is used for design fiction for my undergraduate thesis
    • Using Keras model to detect user’s emotion from facial expressions
    • Using predicted emotion to change LIFX lamp color
    • User can view real-time detection and change settings with the GUI.
    • User is able to receive notifications via IFTT to email and Telegram bot.
    • Tools: Python, Keras, Telegram Bot, IFTTT, DigitalOcean droplet, Google Colab.

  • Conway Game Of Life Simulator
    • Using FreeRTOS to handle multitasking
    • Using STM32 HAL Library for low level interfacing
    • User is able to draw or choose predefined life for initial state.
    • GOL alogrithm will simulate generations
    • Simulations is shown on terminal
    • Tools: C, FreeRTOS, STM32 Nucleo, Joystick, Keypad