-
UAB
- Manresa
-
-
The Image Classification pipeline is designed to perform image classification using Convolutional Neural Network (CNN) models in Keras. It has three functionalities: inference, training, and knowle…
-
Claw-Rover-K3 Public
Forked from guiuomsfont/Claw-Rover-K3Project of a programmed and simulated robot that drives autonomously and collects garbage.
Python UpdatedDec 17, 2022 -
-
-
-
Web-Development Public
The following Code is a Web which consist in the front-end of a virtual Shop. We also implemented the Database which implements the basic back-end of a virtual shop. The development of this Web con…
PHP UpdatedSep 16, 2021 -
OpenCV-and-CNN-Sudoku-Solver Public
In this project, given an input of a Sudoku image, we process the image to obtain the Sudoku and its numbers. We then Solve it using Backtracking, and overlay the solution in the input image. The m…
-
-
Code-Optimization Public
This repository contains 4 different c scripts, and the code optimization I've developed to obtain the minimum execution time possible with the same output, obtaining speedup's around 40x.
C UpdatedApr 28, 2021 -
SalesManProblem Public
In this repository I'll post the different Graph Algorithms I've developed to solve the famous Sales Man Problem in the fastest way possible.
C++ UpdatedApr 22, 2021 -
RGBcorrelation Public
In this project, Given 1 large image representing a glass plate using a red, a green, and a blue filter, divide into 3 different images, and correlate this images to obtain a colour image.
Python UpdatedApr 22, 2021 -
VehicleDetection Public
The objective of this project is to obtain a binarized video detecting cars passing by a road. To do so, I've worked with 150 frames captured in a road, and with basic image treatment, like backgro…
-
In this small code, I erase the reflection caused by the flash of my smartphone by grouping 4 images of the same object taken at different angles. I accomplish this by correlating all the images, m…
-
TicTacToe-PyGame Public
This project is the famous Tic Tac Toe (3 in a row) game, using the library PyGame and Artificial Inteligence (MiniMax and heuristics))
Python UpdatedApr 22, 2021 -
TweetClassification Public
This project classifies if a Tweet is positive or negative using Naïve Bayes.
Python UpdatedApr 22, 2021