Skip to content

duvrdx/duvrdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 

Repository files navigation

πŸ‘‹ Hi there!

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

class DataScientistResearcher:
  def __init__(self):
        self.name = "Eduardo Henrique"
        self.role = "Intern Backend Dev & Data Scientist Researcher & Student"
        self.language_spoken = ["pt_BR", "en_US", "es_ES"]
        self.main_technologies = ["Python", "Java", "C", "Tensorflow",
                             "Flask", "Django", "Javascript", "VueJS"]
        def say_hi(self):
          print("Thanks for coming here, hope you find something interesting.")

me = DataScientistResearcher()
me.say_hi()

πŸ‘¨β€πŸ’» Technologies and Tools

πŸ† GitHub Trophies

trophy

πŸ—‚οΈ Highlight Projects

ic_classificacao_rochas crnn-pytorch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published