Skip to content
View fabioo29's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report fabioo29

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fabioo29/README.md

Hi there, I'm Fábio Oliveira

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


class Developer:
    def __init__(self):
        self.name = "Fábio Oliveira"
        self.position = "Software Engineer"
    
    def GetInTouch(self, linkedin, email='[email protected]'):
        print(f'Reach out to me on {linkedin}')


me = Developer()
me.GetInTouch(**dict(linkedin='linkedin.com/in/fabioo29'))

Popular repositories Loading

  1. chatgpt-voice-assistant chatgpt-voice-assistant Public

    A voice assistant powered by OpenAI's ChatGPT language model, currently available in six languages.

    Python 62 9

  2. telegram-trading-bot telegram-trading-bot Public

    This metatrader bot focused on Forex allows you to control your trades and receive alerts with simple commands through telegram on your mobile device.

    MQL5 39 12

  3. voice-assistant-discord-bot voice-assistant-discord-bot Public

    Music discord.py bot with build-in google assistant and other usefull features (can be used with voice or text commands).

    Python 14 8

  4. autonomous-warehouse autonomous-warehouse Public

    Automous warehouse with Box size classifier using ladder programming and Factory.io for simulation.

    C# 3 2

  5. physio-motion-transfer physio-motion-transfer Public

    Official repo for Physio Motion Transfer "A Deep Learning approach for human motion and appearance transfer".

    JavaScript 3 1

  6. ai-wumpus-world ai-wumpus-world Public

    Intelligent agent that plays the wumpus world game. SWI-Prolog was used for the game/agent logic itself and Python for the game interface.

    Prolog 3 3