Hi! Welcome to
My Personal Portfolio
Hey there! I'm Rene Gonzalez, a CS student @ UWaterloo. I'm an aspiring Software Developer passionate about software innovation, machine learning and creating and designing new things. Currently seeking Summer 2023 SWE Internships, so feel free to reach out!
Projects

Machine Learning project to predict the outcome of a game
Implemented two machine learning algorithms to predicts the outcome of a League of Legends game: a deep neural network using keras and a gradient boosting using sklearn.
- ML
- Python
- Keras
- SKlearn

Smart Contract for DeltaHacks
Wrote and deployed a smart contract to an Ethereum local and test net for a hackathon project. The smart contract runs multiple elections at the same time. Also did the communication with the smart contract on the net with python.
- Solidity
- Python
- Smart Contract

Python Package for crypto information.
Built a python wrapper around Live Coin Watch API. The wrapper is a pip python package with functions for all the endpoints.
- Python
- PyPi

Telegram Crypto Bot
Built a Telegram Crypto Bot that gives you real time data about the crypto market. The bot is written in python and uses livecoinwatch.com API
- Python
- Telegram API