Skip to content
View diwalker's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report diwalker

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

Olá Devs 👋

Sou apaixonado por aprender e busco aprimorar minhas habilidades todos os dias;
Foco em Desenvolvimento Fullstack

Mais sobre mim

namespace MyNamespace
{
    public class Name
    {
        public string Name { get; } = "Diego Silva";
        public string Acknowledgements { get; } = "Software Developer";
        public List<string> Languages { get; } = new List<string> {
            "C#",
            "Python",
            "PostgreSQL",
            "JavaScript",
            "React" };
    }
}

Linguagens e ferramentas


Status


Rede sociais

🏡 Website | 📷 Instagram | 👔 LinkedIn

Pinned

  1. AIkeyboard AIkeyboard Public

    O projeto de computação visual de hoje é um Teclado Virtual "básico" que também é possivel digitar em editores de texto e entradas com Pynput feito em Python, usando opencv, cvzone e nump,

    Python 2 1

  2. Fumantes-Detect Fumantes-Detect Public

    IA que detecta se alguém está fumando ou não

    Python 1

  3. leitor-de-pdf leitor-de-pdf Public

    Leitor de PDF em C#

    C#

  4. Pedra-Papel-Tesoura Pedra-Papel-Tesoura Public

    Jogo de Pedra Papel Tesoura contra Inteligencia Artificial, feito em python usando visão computacional com as libs mediapipe, random e cvzone

    Python

  5. pneumonia pneumonia Public

    Projeto que detecta se um raio x é pneumonia ou não.

    Python

  6. TumorCerebralDetect TumorCerebralDetect Public

    IA treinada para detectar se a imagem é uma tomografia é tumor cerebral ou um cerebro normal.

    Python