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

Highlights

  • Pro
Block or Report

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.

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
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'))

Visitor Count

Popular repositories

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

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

    Python 61 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 22 4

  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 15 8

  4. 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

  5. autonomous-warehouse autonomous-warehouse Public

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

    C# 2 1

  6. devfolio devfolio Public

    Django (Python web framework) based web developer portfolio with Github API integration and SQLite. Deployed with heroku.com.

    CSS 2