Code Monkey home page Code Monkey logo

Telegram Group - t.me/tommy3322

class Attributes(Kaiden):
	@staticmethod
	def contact() -> tuple:
	    telegram = "t.me/tommy3322"
	    gmail   = "[email protected]"
	    
	    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

Kaiden's Projects

stargan-v2 icon stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)

stefann icon stefann

:fire: STEFANN: Scene Text Editor using Font Adaptive Neural Network @ The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 2020.

system-design-primer icon system-design-primer

Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

telegram-chat-forward icon telegram-chat-forward

A simple script to forward all the messages of one chat (private/group/channel) to another. Made using Telethon. Can be used to back up the contents of a chat to another place.

telegram-forwarder_auto icon telegram-forwarder_auto

A telegram forwarder that will automatically post message form Another telegram channel / group to Your telegram channel / group

tensorwatch icon tensorwatch

Debugging, monitoring and visualization for Python Machine Learning and Data Science

tf_yolov3 icon tf_yolov3

This repo for enhacing the performance of yolov3

tracklite icon tracklite

Using Tensort to speed up yolov3 with deepsort for MOT

u-2-net icon u-2-net

The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."

vehicle-reid icon vehicle-reid

Demo code for journal "Vehicle Re-identification: exploring feature fusion using multi-stream convolutional networks".

watsor icon watsor

Object detection for video surveillance

yolact icon yolact

Improve some features from original github https://github.com/dbolya/yolact

yolo-fastest icon yolo-fastest

:zap: Yolo universal target detection model combined with EfficientNet-lite, the calculation amount is only 230Mflops(0.23Bflops), and the model size is 1.3MB

yolox-slim icon yolox-slim

Implement Learning Efficient Convolutional Networks Through Network Slimming on YOLOX

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.