Skip to content
View alvaroqsaldanha's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report alvaroqsaldanha

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
alvaroqsaldanha/README.md

Hello! 👋👋👋

I'm a MSc Computer Science and Engineering student at Instituto Superior Técnico, specializing in Data Science. I'm passionate about full-stack software development and machine learning, and always look for opportunities to further develop my skillset in these areas. This page is a collection of projects I've developed over the last few years! Currently, I am living in Tokyo, Japan, as part of the Vulcanus in Japan 2023/2024 programme, consisting of a 4-month intensive Japanese language course, followed by an 8-month Software Engineering internship.

Thank you for visiting :) 💻🔋🗾

🌐 Website

Pinned

  1. SpotifyStatsReact SpotifyStatsReact Public

    A Google Chrome extension for checking your Spotify account's stats! Made with ReactJS, CSS, and using AJAX for communication with Spotify's RESTful Web API .

    JavaScript

  2. Traffic-Sign-Classification Traffic-Sign-Classification Public

    A deep-learning traffic sign detection and recognition project, using convolutional neural networks and vision transformers, implemented with PyTorch.

    HTML 1

  3. IR-Summary-Generation IR-Summary-Generation Public

    A summary generation information retrieval project, using both unsupervised and supervised techniques.

    Jupyter Notebook

  4. Multi-Agent-PathFinding-w-CSP Multi-Agent-PathFinding-w-CSP Public

    Implementation of multi-agent constraint satisfaction problem (specified in the README), that finds its optimal solution using MiniZinc Python.

    Python

  5. Misc Misc Public

    A collection of miscellaneous projects, ranging from graph optimization and path-finding algorithms to machine learning models implemented from scratch.

    Jupyter Notebook 1

  6. A71-Bicloin A71-Bicloin Public

    A simulation of a bike rental service focused on reliability and replication. Both front (client) and backend (servers) were developed with Java, using GRPC for communication. This is the solution …

    Java