duvrdx / duvrdx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘‹ 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