Skip to content
View buiduchanh's full-sized avatar
💭
Hard working
💭
Hard working
  • Freelancer
  • Viet Nam
Block or Report

Block or report buiduchanh

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
buiduchanh/README.md

Telegram Group - t.me/tommy3322

class Attributes(Kaiden):
	@staticmethod
	def contact() -> tuple:
	    telegram = "t.me/tommy3322"
	    gmail   = "buiduchanh312@gmail.com"
	    
	    return telegram, gmail
	
	@staticmethod
	def life() -> tuple:
		langs         = ['English']
		nationalities = self.langs.append('Vietnamese')
		age           = 28
		
		return langs, nationalities, age
	
	@staticmethod
	def coding() -> tuple:
		langs = {
			'expert':   ['python'],
			'intermediate': ['c', 'c++', 'JavaScript', 'Solidity'],
		}
		specialities  = ['computervision', 'blockchain']
		
		return langs, specialities

Skills

Pinned Loading

  1. Learning-Deep-Features-for-One-Class-Classification Learning-Deep-Features-for-One-Class-Classification Public

    #Deep One class #Anomaly Detection

    Python 48 18

  2. TF_yolov3 TF_yolov3 Public

    This repo for enhacing the performance of yolov3

    Python