JCGCosta
Masters Degree Student in Computing at The Polytechnic Institute of Bragança (Bragança - Portugal). I love challenging computational problems and AI.
Bragança, Portugal
Pinned Repositories
2dRPG-MapGenerator
This project use procedural generation to create RPG maps.
AssociationRulesInRoadAccidentData
This Project is based on my scientific initiation project.
DataScienceStudies
Using an obsidian Vault to study data science strategies and algorithms from scratch.
DownloadBanker
Online store of authorial digital content.
ForestAdventures
A game made to the Software Engennering class.
GreenhouseGasEmissionsAnalysis
This project shows some database analysis and predicting, using inference and polynomial regression.
LevelDesignEngine-Baba-is-You
An level design engine for those how want's to build our own level in the baba-is-you game, made with godot.
MazeSolver
This repo applies some algorithms to solve Mazes both in python and assembly.
Prevh
This package implements the Prevh classification algorithm. Which is a Machine Learning classification algorithm for handling with situation which the kNN can´t be conclusive.
RealTimeCalibrationLaneDetection
A lane detection algorithm made to detect road lines based in a computer vision pipeline.
JCGCosta's Repositories
JCGCosta/ForestAdventures
A game made to the Software Engennering class.
JCGCosta/2dRPG-MapGenerator
This project use procedural generation to create RPG maps.
JCGCosta/AssociationRulesInRoadAccidentData
This Project is based on my scientific initiation project.
JCGCosta/DataScienceStudies
Using an obsidian Vault to study data science strategies and algorithms from scratch.
JCGCosta/DownloadBanker
Online store of authorial digital content.
JCGCosta/GreenhouseGasEmissionsAnalysis
This project shows some database analysis and predicting, using inference and polynomial regression.
JCGCosta/LevelDesignEngine-Baba-is-You
An level design engine for those how want's to build our own level in the baba-is-you game, made with godot.
JCGCosta/MazeSolver
This repo applies some algorithms to solve Mazes both in python and assembly.
JCGCosta/NAGtoJASONTranslator
This repo have a Translator Compiler made in flex, bison and C to turn near Natural Language to JASON/AgentSpeak Language.
JCGCosta/OpenGLEngine
This repo is a replica of the Pong game made with a self made OpenGL engine.
JCGCosta/Prevh
This package implements the Prevh classification algorithm. Which is a Machine Learning classification algorithm for handling with situation which the kNN can´t be conclusive.
JCGCosta/RealTimeCalibrationLaneDetection
A lane detection algorithm made to detect road lines based in a computer vision pipeline.
JCGCosta/RoadIncidentMonitoring
This project implements sockets between client-side and server-side software for incident monitoring.
JCGCosta/TechFit
Gym Manager
JCGCosta/ClassDGLexerParser
This repository contains the lexer and parser to a domain specific language called ClassDG to simplify the definition of class diagrams and for graphical representation using mermaid language.
JCGCosta/JCGCosta
JCGCosta/Raytracer-Acceleration-with-Pthreads
This repository shows 3 different paralelism approachs programmed in C with pthreads in order to speed up a raytracing looping algorithm.