Code Monkey home page Code Monkey logo

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

Fábio Oliveira's Projects

ai-navigation-robot icon ai-navigation-robot

Computer Vision and Deep Learning based Ev3 robot that can regroup objects based on the detected shape on each one.

ai-self-driving-car icon ai-self-driving-car

Simulation in Pygame of a AI Self-driving car learning how to drive properly in four different tracks with a help of a Genetic Algorithm (Natural Selection, Cross Over and Mutation methods)

ai-wumpus-world icon ai-wumpus-world

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

autonomous-warehouse icon autonomous-warehouse

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

chatgpt-voice-assistant icon chatgpt-voice-assistant

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

csp-sudoku-solver icon csp-sudoku-solver

Comparison of performance between different AI algorithms (Backtracking, CSP, etc.) solving Sudoku. You can enter your input or choose between four board difficulties.

devfolio icon devfolio

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

fabioo29 icon fabioo29

Personal readme template with a visitors counter and some Git stats. This template is also updated every hour with Github actions.

info-segsocial icon info-segsocial

Extrato de renumerações do portal da segurança social direta (https://app.seg-social.pt/) com selenium.

physio-motion-transfer icon physio-motion-transfer

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

popular-courses-udemy icon popular-courses-udemy

Web scraper to show the most popular/purchased courses on users Udemy personal account using requests sessions.

portfolio-rebalancer icon portfolio-rebalancer

A web based app to help you allocate your next investment in order to restore balance to your portfolio.

pt-house-price-predict icon pt-house-price-predict

Housing price prediction for Portuguese people with machine learning (Random Forest Regressor). The website was built using Flask.

soccer-entity-recognition icon soccer-entity-recognition

NLP application to recognize useful entities in soccer (NER) such as players, stadiums, teams, referees and managers in game match transcripts.

telegram-trading-bot icon telegram-trading-bot

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

voice-assistant-discord-bot icon voice-assistant-discord-bot

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.