#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "me"
self.role = "Software Engineer"
self.language_spoken = ["zh_CN", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
Focusing
Pinned Loading
-
-
Face-recognition-sign-in
Face-recognition-sign-in Public一个基础的完全基于Python的人脸识别签到系统,后期会用sql来换上数据库,以及做出前端后端部分
Python 8
-
-
Four-category-garbage-bin-neural-network-recognition
Four-category-garbage-bin-neural-network-recognition Public基于 K210 和 mobilenet_0.75 的 四分类神经网络识别垃圾桶
Python 4
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.