Skip to content
View RomeroRodriguezD's full-sized avatar
Block or Report

Block or report RomeroRodriguezD

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

Hello there!

I'm David someone who enjoys programming and learning more about it every day. I'm not quite good talking about myself, til the point I'd rather just show things that can talk about me, so here's some stuff I've worked with so far, for professional and/or personal interest, some of the technologies can be found on my repositories:

  • 💬 OpenCV, Tensorflow and Keras for Computer Vision and Deep Learning stuff.
  • 💬 Scikit-Learn for machine learning algorithms.
  • 💬 Flask & Django for web development and small API's.
  • 💬 Pandas, Numpy and Matplotlib for data manipulation and visualization.
  • 💬 Folium for GIS.
  • 💬 MySQL, PostgreSQL, SQLite, SQLAlchemy engines.
  • 💬 Web scrapping and automation of browser-based tasks with Selenium and BeautifulSoup.
  • 💬 Test engineering through Behave / Gherkin.
  • 💬 Developing Graphic User Interfaces with Tkinter / PyQT.

Pinned

  1. Traffic-Lights-Tracking-and-Color-Detection-OpenCV Traffic-Lights-Tracking-and-Color-Detection-OpenCV Public

    Traffic lights tracking and color detection with OpenCV. Combination of a MOSSE tracker and inner freehand rectangles.

    Jupyter Notebook 1

  2. Chroma-Key-with-OpenCV Chroma-Key-with-OpenCV Public

    Applying chroma key to images/videos, regardless of the colour.

    Python 1

  3. Repairing-Old-Photos-with-OpenCV-from-scratch Repairing-Old-Photos-with-OpenCV-from-scratch Public

    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.

    Python 1

  4. Feina-Activa-Job-Scraper Feina-Activa-Job-Scraper Public

    CLI based application to parse jobs published by Servei d'Ocupació de Catalunya, throught its website, Feina Activa.

    Python

  5. Real-Time-Traffic-Lights-classification---YOLOv3-OpenCV Real-Time-Traffic-Lights-classification---YOLOv3-OpenCV Public

    Classifying traffic lights on a video streaming with OpenCV, classic computer vision using HSV channels to determine colors.

    Python

  6. pokemon-opalo-shiny-hunter-bot pokemon-opalo-shiny-hunter-bot Public

    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