Skip to content
View 00urbina00's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report 00urbina00

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

Hi there! 👋 I'm Eduardo Daniel Urbina Campos

🎓 Computer Engineering graduate | 🤖 Enthusiastic about AI | 💡 Passionate about technology and innovation


python logo c logo cplusplus logo csharp logo java logo javascript logo laravel logo github logo postgresql logo php logo qt logo

📝 About Me

I am a Computer Engineering graduate from the University of Guadalajara, passionate about artificial intelligence, software development, and problem-solving. I have some experience in Software development, computer vision, machine learning, and full-stack web development.

💡 My experience includes:

  • 🖥️ Developing AI-based applications with TensorFlow, PyTorch, and OpenCV
  • 🌐 Building full-stack web platforms with Laravel, PHP, JavaScript, and MySQL
  • 🤖 Creating interactive systems and real-time applications with QT, Python, and C++
  • 🏆 Solving complex problems in operating systems, compilers, and concurrent programming

I am always eager to learn new technologies and work in multidisciplinary teams.


🔧 Tech Stack

Languages: Python, C / C++, Java, C#
Web Development: Laravel, PHP, JavaScript, HTML, CSS, MySQL, PostgreSQL
Frameworks & Libraries: TensorFlow, PyTorch, Keras, Django, QT, TKinter, PyQt, Godot
Machine Learning: Classification, object detection, facial recognition
Operating Systems: Windows, Linux, Mac (process scheduling, memory management, concurrent programming)
Version Control: Git & GitHub
Other Skills: Automata Theory, Compilers, Data Structures & Algorithms


🚀 Projects

📌 Sargassum Level Estimator

🔹 Improved deep learning model accuracy from 60% to 73% for detecting sargassum on Mexican beaches.
Tech Stack: Python, TensorFlow, OpenCV

📌 Interactive Computer Vision Game

🔹 Developed an interactive game with real-time object tracking and image transposition to enhance user experience at a public event.
Tech Stack: Python, OpenCV, Pygame

📌 Facial Recognition Access System

🔹 Implemented a feature extraction-based recognition system that eliminates the need for retraining when adding new users.
Tech Stack: Python, OpenCV, mediapipe

📌 E-Commerce Platform

🔹 Built a full-stack e-commerce system with product and order management, users management and shopping cart.
Tech Stack: PHP, MySQL, JavaScript

📌 Lexical, Syntactic, and Semantic Analyzer

🔹 Implemented an analyzer capable of reading an input character stream and transforming it into a sequence of lexical components using Deterministic Finite Automata (DFA).
🔹 Developed an IDE-like visual interface, analyzing syntax and evaluating expressions to verify the validity of the code.
Tech Stack: C++, QT
Key Skills: Formal Language Theory, Compilers, Automata, Lexical and Syntactic Analysis

📌 Process Simulators with Scheduling Algorithms

🔹 Developed batch processing simulators incorporating scheduling algorithms such as FCFS, RR, and SJF.
🔹 Implemented a 5-state diagram with secondary memory usage and real-time memory management for limited processes.
Tech Stack: Python, QT

For more projects, check out my GitHub repositories! 🚀


📫 Contact Me

📍 Location: Guadalajara, Jalisco, México
📧 Email: edurbina2002@hotmail.com
🔗 LinkedIn: linkedin.com/in/daniel-00urbina00


🎮 Fun Facts

  • I'm a passionate PC gamer and love building and assembling PCs. 🖥️🔧
  • I have experience repairing and troubleshooting computers, from hardware fixes to software optimization. 💻🛠️
  • I could talk for hours about hardware, and technology. 🎮⚡
  • I enjoy multimedia editing, from video to image manipulation. 🎬🖌️
  • AI fascinates me! From generative AI to building AI-driven solutions. 🤖🚀
  • Music is my escape—always up for discovering new sounds! 🎵🎧

🚀 Always open to new opportunities and collaborations! Feel free to reach out.


Snake animation

Pinned Loading

  1. Algoritmo_de_planificacion_FCFS Algoritmo_de_planificacion_FCFS Public

    (Continuación de simulador de procesamiento) Ahora se contempla el diagrama de 5 estados: Nuevo, Listo, Ejecución, Bloqueado, Terminado. Se han removido los lotes y ahora hay un área de memoria don…

    Python 2

  2. Productor_Consumidor Productor_Consumidor Public

    Ejemplo clásico de problema de sincronización de procesos. Hay un productor y un consumidor, ambos comparten un buffer de tamaño finito.

    Python

  3. using-matplotlib using-matplotlib Public

    Practical example of the basic use of matplotlib in python

    Python

  4. Analizador_Lexico_ST2_V1.0 Analizador_Lexico_ST2_V1.0 Public

    Desarrollo de un analizador léxico capaz de leer un flujo de caracteres de entrada (Símbolos léxicos) y transformarlo en una secuencia de componentes léxicos (AFD) que posteriormente se usara en el…

    C++ 1

  5. sistema_de_administracion_web sistema_de_administracion_web Public

    Sistema de administración web diseñado para gestionar un e-commerce de productos. Ofrece funcionalidades tanto para usuarios invitados como para usuarios registrados y administradores

    PHP

  6. Simulador_de_Procesamiento_por_Lotes_V1.2 Simulador_de_Procesamiento_por_Lotes_V1.2 Public

    Desarrollo de un simulador de procesos, estos entran en orden secuencial y se guardan en lotes de maximo 5 procesos.

    Python 2