Skip to content
View brunoopinheiro's full-sized avatar
💻
Coding
💻
Coding

Highlights

  • Pro

Block or report brunoopinheiro

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

Opa, tranquilo!? 👋

Me chamo Bruno, sou Desenvolvedor especialista em Inteligência Artificial e Robótica, além de Web Full-Stack.
Além disso, sou Arqueólogo e Freelancer Game Designer.

Conecte-se comigo no Linkedin!


Frameworks, Stacks e mais:

Languages

Python JavaScript TypeScript Dart Markdown HTML5 CSS3 Java

Data Science, Machine Learning & Neural Networks

Anaconda Matplotlib NumPy Pandas scikit-learn SciPy PyTorch TensorFlow

Frameworks, Plataforms, Libs, Databases, ORMS & more

ROS OpenCV React Flutter React Router Redux MUI NodeJS Nodemon Express.js Flask JWT MySQL MongoDB MicrosoftSQLServer Sequelize ESLint SonarLint Docker Poetry NPM

Testing

Pytest Jest cypress Mocha

OS & Version Control

Linux Ubuntu Windows Git GitHub Azure GitLab

Other Tools

Notion Postman LaTeX

Pinned Loading

  1. Curso-de-Robotica-e-IA/device_manager Curso-de-Robotica-e-IA/device_manager Public

    Python package made to ease the process of pairing, connecting and interacting with Android Devices using Android Debug Bridge (ADB).

    Python 1 1

  2. Curso-de-Robotica-e-IA/cosmic Curso-de-Robotica-e-IA/cosmic Public

    Code Output for State Machine Interactive Creation

    Python 1 1

  3. robot_checkers_backend robot_checkers_backend Public

    Projeto feito como avaliação na Residência em Robótica e IA do CIn | Softex.

    Python

  4. warfare-unit-card warfare-unit-card Public

    A frontend project made to easy the creation of warfare card units for Kingdoms & Warfare.

    JavaScript 2 1

  5. ROS2 and TIAGo installation on Ubunt... ROS2 and TIAGo installation on Ubuntu 22.04 LTS (RRIA)
    1
    # Instalação da ferramenta de simulação do TIAGo no Ubuntu 22.04 com Docker
    2
    
                  
    3
    Primeiro de tudo. Quem, como eu, instalou conda/miniconda/anaconda, precisa desinstalar para não ter problemas com o ROS.
    4
    
                  
    5
    ## Desinstalando o Conda:
  6. base64_conversor.py base64_conversor.py
    1
    import base64
    2
    import cv2
    3
    import numpy as np
    4
    from pathlib import Path
    5