Skip to content
View morningdip's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report morningdip

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
morningdip/README.md

Hi there

BitCoin Ask Me Anything ! made-with-python Open Source? Yes! MIT license

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = 'Eric Chen'
        self.role = 'Software Engineer'
        self.code = ['Python', 'Java', 'Javascript']
        self.tech = ['AI', 'Deep Learning', 'CNN', 'Image Processing']
        self.language_spoken = ['zh_TW', 'en_US']
        

    def say_hi(self):
        print('Thanks for dropping by, hope you find some of my work interesting.')


me = SoftwareEngineer()
me.say_hi()

🇹🇼   I'm a Software Developer working in Hsinchu, Taiwan.

  • 🔭 I’m currently working as AI Engineer @ Audiowise
  • 🌱 I’m currently learning Python - Blockchain
  • 💬 Ask me about Deep Learning
  • 👨‍💻 I'll admit it, I am a Technophile
  • ⚡️ Fun fact: I'm a huge fan of Harry Potter

Popular repositories

  1. keypoints-detection keypoints-detection Public

    Detect keypoints on images using Mask RCNN neural network.

    Python 3

  2. mjpg-streamer mjpg-streamer Public

    An android application integrate IP camera which are capable to stream with MJPEG format

    Java 3 4

  3. apple-music-scraper apple-music-scraper Public

    Download the high quality album cover from Apple Music web player.

    Python 1

  4. surge surge Public

    Surge module for macOS

    JavaScript

  5. py-lpc py-lpc Public

    Extract the LPC coefficents of recorded speech.

    Python

  6. morningdip morningdip Public

    Personal profile page