Biological system

A reward system for a car evolution simulation, assigning rewards based on performance and improvements each generation. Done with p5.js


Ethereum Wallet Generator

Generate Ethereum wallets with a single click. No need to download or install anything.

Ethereum Wallet Generator website


Soccer NFT Cards

Soccer Cards, Opensea compatible (MUMBAI NETWORK ONLY! Update to mumbai network and reload the page!)

Soccer NFT Cards website


Project repository

Chainlink V2 and Typescript (RINKEBY TEST NETWORK)

A random number generator getting the numbers from an Oracle and returning in a nice interface built with React and Typescript. Change your network to Rinkeby

Chainlink V2 and Typescript (RINKEBY TEST NETWORK) website


Project repository

Super Mario Cards (MUMBAI TEST NETWORK)

NFT cards visualizer built with NextJS, Styled-Components, Hardhat and Ethers. Nfts hosted on IPFS, Opensea compatible. Change the network to Mumbai Test

Super Mario Cards (MUMBAI TEST NETWORK) website


Project repository

Pokemon viewer calling API using SSR and CSR

I built this website to better understand the NextJS ways of rendering. It's Responsive and really good for mobile

Pokemon viewer calling API using SSR and CSR website


Project repository

Gaulês Dicionário (Gaulês Verso)

A vocabulary of a famous CS-GO streamer, Gaulês. Here I used NextJS, Styled-Components, MongoDB, Mongoose, Redis for caching and a search engine for easily query the database for meanings. On the backend I used Joi for parsing and cleaning the input.

Gaulês Dicionário (Gaulês Verso) website


Project repository

Crypto Prices from Chainlink

Getting trustable and verifiable prices from Chainlink oracle. Made with NextJS, Solidity, Hardhat and Styled-Components

Crypto Prices from Chainlink website


Project repository

DeFi Bank

A simple DeFi bank made with NextJS, Solidity, Hardhat and Styled-Components

DeFi Bank website


Project repository

Tiktok Clone

A Tiktok homepage done with NextJS and styled-components, for developing tools were used ESLint, Prettier and EditorConfig

Tiktok Clone website


Project repository

Easy Lottery, a blockchain dice game

A dice game using Chanlink to provide random numbers made with React (USE MUMBAI NETWORK TO INTERACT)

Easy Lottery, a blockchain dice game website


Books IPFS/ FLEEK/ BLOCKCHAIN

Interacting with IPFS through Fleek and using the blockchain to store information about the book's details. Soon will be adding project repository


ERC721 Holder built from scratch

In this project I used ReactJS, Truffle, Solidity, NodeJS and Ganache to support the network. A ERC721 Holder you can mint 'random' assets of different colors, in this case the user can Mint tokens for free, just paying the gas to call the function. The website runs perfectly but the program I use to capture the gifs (Giphy) slows down the internet. I believe CryptoKitties were made similar to this with some mutation instead of random colors, which maybe I will try to replicate for learning purposes.


Decentralized Video Uploader

In this project I used ReactJS, Truffle, Solidity, NodeJS and Ganache to support the network. It's just like YouTube where you can upload videos and get some tips in Ether and NerdCoin, a ERC20 token I created. The videos are being uploaded to IPFS. The website runs perfectly but the program I use to capture the gifs (Giphy) slows down the internet.


Virtual Ethereum Farm

One of my first DApps built in 2017 with Solidity, HTML, CSS and JQuery.


Sports Clone Website

A clone of a known sports website, I used NextJS and styled-components for structuring, still in progress.


Project repository

Fruit Colorization

Model built on Python, no Data Augmentation, few samples, not tested on training data despite similar look, they are slightly rotated. (No MaxPooling2D nor UpSampling2D were used, just CNNS and Dense Layers)


Money Prediction

Model built on Python and samples picked by Android device.


Donation Ethereum Smart Contract

Smart Contract created with Solidity, HTML, CSS, Javascript.


Door Detector

Model built on Python and Android app with Java, it sends a notification when the door is opened or closed to device. The door is checked by a webcam (On video the sound can be heard saying 'The Door was opened' and 'The door was closed').


Auto Encoder

Built on Python and Keras (9 Epochs, 1 hour each, 9.861 samples, no Data Augmentation, MaxPooling2D and UpSampling2D was used on this case), A lot of space for improvement.


Tinder Sample Picker

I'm building a Tinder Bot, but first I need samples to classify my preferences, so I'm WebScrapping Tinder to get each picture and train them later, all the options are being rejected so it doesn't hit the day limit for a free account, so I have access to all the images avaiable, then after training the neural network with more than 30.000 samples, I'm going to delete this account to zero out the score and start again with a trained network with a premium account, having also unlimited picks sliding to right, increasing the database for further use and improvement.


Finding coordinates of object

This is a proof-of-concept of a Neural Network finding the object's coordinates with just 900 labeled training dataset and 100 for test (generated randomly). Can EASILY be improved just by increasing the number of samples, the ones displaying that are not so accurate were purposely picked to show the `worst cases` because the majority of the samples were perfect, the most complex part was cleaning and preparing the data to get just the necessary numbers. All of these squares were generated after the training, none of these are in the training set, so it behaved pretty well by the small amount of samples. This type of concept can have multiple types of utilities because not only it can classify the object but also tell you where it is.


Feed System

Feed system with different types of features, it was built with Java and Firebase Database.


Instagram Decentralized + ERC20

I cloned an Instagram based decentralized project and created my own ERC-20 coin and added to it so I could also tip the photos with this new coin. Also made some changes with ReactJS


Tinder WebScrapping

This is a better Tinder bot buit from scratch with new features, now it's able to change cities when no one is found at the city you are located at, the bot changes the city according to the cities I want to go to and starts the process normally again, I also solved a loop problem, after a certain loop time, the bot would break because of 'Inifite Loop', so I created a small loop to go for 600 profiles then break the small loop and count +1 on the bigger one, like a small gear moving a bigger one, worked perfectly! in 2 weeks it got more than 1100 matches and goes on non-stop. This bot made more than 4000 matches before I turned it off.


Simple Classification Model

Built with Javascript and TensorFlow and trained on web client-side. (Just CNN and Dense layers used).


Sequence of bottle caps

Built with Javascript and TensorFlow and trained on web client-side. (No type of RNN were used here).

caps deep learning python

Color Prediction

Device Generates random colors and depending on the color picked it sends to Firebase database the data and predicts on Neural Network client side on web (HTML,CSS,JS,TensorFlow) and sends result predicted back to device.


Game Store

Store built using Java and Firebase. (not finished)


Simple History Quiz

Built on Android, testing knowledge about important figures of History.


Simple App Chat

Simple chat for Android made with java with functionalities like last seen, message visualized and also emojis avaiable.


Book recomendation System AI based in JS and TF.js

Built in Javascript using Tensorflow with Convolutional, MaxPooling2D and Dense layers. Samples had 40x40 in size with 1 gray channel, I removed the other ones because it was too heavy, actually it worked REALLY well as we can see, despite the ilumination. 554 samples were picked, roughly 200 for each book and the rest for NO BOOK and ran through 25 epochs (not even necessary that much). I implemented a section on the left side to give the links and price to the books recognized. Also all the computation was made client side, no server was necessary here.