André Moreira (andresilmor)

andresilmor

Geek Repo

0

following

0

stars

Company:CeDRI - IPB

Location:Porto, Portugal

Home Page:https://andresilmor.carrd.co/

Github PK Tool:Github PK Tool

André Moreira's repositories

Interaction-with-360-Hotspot-dynamically-created-in-Virtual-Reality-by-reading-a-JSON-file

Hotspot 360º in Virtual Reality fully created based on the data retrieved from a JSON file, with interaction with elements mapped in the scene (using the data from the file) and OpenXR to display information/other media.

Language:ShaderLabLicense:MITStargazers:2Issues:2Issues:0

Gaze-focus-detection-on-360-image-elements-in-Virtual-Reality

Use of Tobii XR SDK in a 360º Hotspot in Virtual Reality for Gaze Detection and data registration on a JSON File (360º Image elements looked at and duration of gaze), the data is also ordered in real-time using QuickSort.

Language:C#License:Apache-2.0Stargazers:1Issues:2Issues:0

Mixed-Reality-with-MRTK2-featuring-Frame-Capture-Face-Detection-and-Tracking-and-Web-Requests

MR Application for HoloLens 2, able to capture frames and sent them to a server through WebSocket connection and Protobuf serialization, it also does Face Detection and Tracking (examples with OpenCV and based on data retrieved from server). Has embedded database and personalized interface (for fun).

andresilmor

My personal repository.

Stargazers:0Issues:2Issues:0

AutoAluga-Console-Software

Console Application to manage a Car Rental store based on a UML Class diagram.

Language:C#License:Apache-2.0Stargazers:0Issues:2Issues:0

Emotion-Recognition-Microservice-with-gRPC

gRPC Microservice in Python that uses a CNN model (trained with EMOTIC Dataset) to recognise emotions from persons (requires bounding box data) in images.

Language:PythonStargazers:0Issues:0Issues:0

Face-Recognition-Microservice-with-gRPC

gRPC Microservice in Python that does Face Recognition (requires bounding box data) with DeepFace in image, by calculation Cosine Similairty with Embeddings stored in a MongoDB collection (query used is present on the code).

Language:PythonStargazers:0Issues:0Issues:0

Geometry-for-Kiddos

Application in Mixed-Reality (HL2) to support teachers and basic/secondary students in Geometry studies through different settings and scenarios.

License:MITStargazers:0Issues:2Issues:0

GraphQL-Web-API-in-Go-querying-Neo4j

Basic Web API in Go/Golang, with GraphQL architecture (w/ 99designs/gqlgen) and able to query Neo4j Graph Database.

Language:GoStargazers:0Issues:0Issues:0

Graphs-with-List-of-Adjunctions

Adaptation of a application that used Graphs with Matrix of Adjunctions to List of Adjunctions.

Language:C#License:MITStargazers:0Issues:2Issues:0

Interaction-with-360-Hotspot-elements-in-Virtual-Reality

Interaction with elements mapped on a 360º Hotspot (created from start/no assets, tools) using OpenXR to display information.

Language:ShaderLabLicense:MITStargazers:0Issues:2Issues:0

IPB-Campus-Life-Social-Network

University Team Project related to "full-stack" development of an application/website of our choice. From the database using NoSQL Document Database (MongoDB), the Web API/Web Service with the Flask Framework and the Front-End with React.js and a mix of Native CSS, Bootstrap and Material UI. Implementing both Frontoffice and Backoffice.

License:MITStargazers:0Issues:2Issues:0

Maze-Solving-Tremaux-Algorithm

Application/Use of the Trémaux Algorithm on a Unity 2D game to escape a maze.

Language:C#License:MITStargazers:0Issues:2Issues:0

N-Body-problem-with-Parallelization-in-Language-C

Adaptation of N-Body problem in serial code (src: rosettacode.org) to Parallel Programming/Parallel Computing in Language C with pThreads.

Language:CLicense:MITStargazers:0Issues:2Issues:0

Nginx-Config-Sample

Nginx configuration for WebSockets (WS), Server-Sent Events (SSE), Load Balancing, Log and Reverse Proxies.

Stargazers:0Issues:0Issues:0

Person-Detection-Microservice-with-gRPC

gRPC Microservice in Python that uses a YOLO v7 model to detect persons in images.

Language:PythonStargazers:0Issues:0Issues:0

Polynomial-Calculator-with-Windows-Forms

Use of Windows Form to create a Polynomial Calculator with features from addition of two polynomials till the calculation of the polynomial itself.

Language:C#License:MITStargazers:0Issues:2Issues:0

Python-Exercises

"Package" with the resolution of Python exercises from subject "Introduction to Programming" of the Bachelor's Degree Multimédia (EsACT-IPB), also my first time programming.

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

QR-Code-Decoder-Microservice-with-gRPC

gRPC Microservice in Java that uses BoofCV to decode QR Codes present in images.

Language:JavaStargazers:0Issues:0Issues:0

React_Native_Tutorial_Jobs_JavaScriptMastery

YouTube Tutorial about React Native by JavaScript Mastery

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

Remote-Controlled-Application-in-Virtual-Reality-for-360-Visualization-with-Eye-Tracking

This VR application is set to be dynamic and controlled remotely by a Web Platform through WebSockets messages containing commands, it uses JSON and Protobuf. The 360/panoramic images are retrived from the server as binary when ordered by the Web Application, being processed in Unity to create the Sphere with 360º View.

Language:C#License:NOASSERTIONStargazers:0Issues:1Issues:0

Server-Sent-Events-in-JavaScript-with-Express.js-featuring-Redis-Pub-Sub

Server-Sent Events (SSE) that subscribes to a Pub/Sub connection (Redis) and streams the data to the client when triggered the sub event.

Language:JavaScriptStargazers:0Issues:0Issues:0

Simple-Calculator-Desktop

Basic Calculator application using Actionscript and Adobe Animate.

Language:ActionScriptLicense:MITStargazers:0Issues:2Issues:0

Tanks-Behavior-Trees

Use of Behavior Trees to create a "World" with factions of Tanks with some degree of intelligence slowly walking to the their end.

Language:C#License:MITStargazers:0Issues:2Issues:0

Tanks-State-Machines

Use of State Machines to create a "World" with factions of Tanks with some degree of intelligence.

Language:C#License:MITStargazers:0Issues:2Issues:0

Unity-Learn-Junior-Programmer-Pathway

Prototypes developed during the Unity Learn Junior Programmer Pathway

License:MITStargazers:0Issues:0Issues:0

Unity-Learn-VR-Development-Pathway

Prototypes developed during the Unity Learn VR Development

Language:C#Stargazers:0Issues:2Issues:0

VR-Game-Jam-Template

Starter Project using Unity XR Toolkit created for VR Jam 2023

Language:C#License:NOASSERTIONStargazers:0Issues:1Issues:0

Web-Platform-in-React.js-to-Remotelly-Control-and-Oversee-Virtual-Reality-Application

Web Platform made with React.js and MUI (base template from YouTube tutorial) to connect and control to a VR application, able to give commands (e.g. change scene or execute method) as well visualize data sent by the application. Retrieves 360/panoramic image from server, displaying her and creating bouding boxs based on retrieved data.

Language:JavaScriptStargazers:0Issues:0Issues:0

WebSockets-Routes-in-JavaScript-with-Express.js-featuring-Rooms-Protobuf-JSON-gRPC-Client-and-PubSub

Group of WebSockets Routes (w/ Express.js WS library), that use Protobuf/JSON, some work as gRPC Client, have Rooms/Channels, query MongoDB or Redis Pub/Sub.

Language:JavaScriptStargazers:0Issues:0Issues:0