- Barcelona, Spain
- in/david-romero-4ba842175
-
Repairing old photos with OpenCV, starting from the masking process all the way up to the inpainting algorithm from Telea. This can also be used to just remove undesired items from images.
-
-
PyTorchStepByStep Public
Forked from dvgodoy/PyTorchStepByStepOfficial repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
Jupyter Notebook MIT License UpdatedMar 6, 2025 -
Allioli-Twitter-Bot Public
Selenium based Twitter bot, a modularized work in progress. Not to be taken seriously, though.
Python UpdatedJan 11, 2025 -
Feina-Activa-Job-Scraper Public
CLI based application to parse jobs published by Servei d'Ocupació de Catalunya, throught its website, Feina Activa.
-
DOOM-style-Game Public
Forked from StanislavPetrovV/DOOM-style-GameDOOM-style 3D (raycasting) Game in Python Pygame
Python MIT License UpdatedJan 29, 2024 -
An algorithm combining automation and artificial vision to find shiny pokemon inside this fangame. It's pretty much an example of how the mix of those kind of technologies can automate many stuff.
Python UpdatedJan 20, 2024 -
-
Chroma-Key-with-OpenCV Public
Applying chroma key to images/videos, regardless of the colour.
-
Statistics-for-Data-Science Public
Forked from sharmaroshan/Statistics-for-Data-ScienceLearning Statistics is one of the most Important step to get into the World of Data Science and
Jupyter Notebook GNU General Public License v3.0 UpdatedNov 3, 2023 -
Traffic lights tracking and color detection with OpenCV. Combination of a MOSSE tracker and inner freehand rectangles.
-
homography-with-OpenCV Public
Homography operations applied to insert images inside others regardless of the perspective.
-
public-apis Public
Forked from public-apis/public-apisA collective list of free APIs
Python MIT License UpdatedJun 30, 2023 -
DragGAN Public
Forked from XingangPan/DragGANOfficial Code for DragGAN (SIGGRAPH 2023)
Python Other UpdatedJun 27, 2023 -
QATests-HighLife Public
Automated tests and reports performed on "https://highlifeshop.com/speedbird-cafe" using Selenium, Behave and Allure.
Python UpdatedMay 22, 2023 -
CoolPASS-API-Tests Public
Testing a small API REST with Behave, Selenium and Allure.
Python UpdatedMay 17, 2023 -
deep-learning-with-python-notebooks Public
Forked from fchollet/deep-learning-with-python-notebooksJupyter notebooks for the code samples of the book "Deep Learning with Python"
Jupyter Notebook MIT License UpdatedMay 5, 2023 -
darknet Public
Forked from pjreddie/darknetConvolutional Neural Networks
C Other UpdatedMar 22, 2023 -
ControlNet Public
Forked from lllyasviel/ControlNetLet us control diffusion models
Python Apache License 2.0 UpdatedFeb 19, 2023 -
Classifying traffic lights on a video streaming with OpenCV, classic computer vision using HSV channels to determine colors.
Python UpdatedFeb 6, 2023 -
dataframe_image Public
Forked from dexplo/dataframe_imageA python package for embedding pandas DataFrames as images into pdf and markdown documents
Jupyter Notebook MIT License UpdatedFeb 2, 2023 -
A simple API REST made with Flask in order to generate custom passwords. Hosted at PythonAnywhere.
HTML UpdatedJan 25, 2023 -
Coding and testing a convolutional neural network for classifying traffic lights, with Keras and Tensorflow, using LISA dataset.
Jupyter Notebook UpdatedJan 16, 2023 -
RagnarokMVPKillsDatabase Public
A simple website to keep track of MVP kills on Ragnarok Online, made with Django. Includes user authentication to save and retrieve individual data from PostgresSQL DB.
-
MVPTrackerDiscordBot Public
A simple Ragnarok Online MVP respawn tracker. It tells when will it come back, even if its not time-based, but based in specific number of mobs killed (Ex: Shiny Teddy Bear).
-
Housing-Market-Tracker Public
Jupyter Notebook to store and evaluate long-run evolution of house sales, based on Idealista website.
-
Google-Images-Hunter Public
A web scraper to do automated massive image downloads using Selenium. Tested on Firefox, but should work on Chrome/Edge with their respective webdriver.
Python MIT License UpdatedSep 1, 2022 -
TrainYourOwnYOLO Public
Forked from AntonMu/TrainYourOwnYOLOTrain a state-of-the-art yolov3 object detector from scratch!
Jupyter Notebook Other UpdatedAug 12, 2022 -
A web scraping algorithm to get key data from house sales in a few seconds. Easy to modify in order to check any location.
-