Este proyecto es una implementación de un sistema de visión artificial para jugar Mario Kart, realizada con Python.
Permite a los usuarios interactuar con el juego Mario Kart, utilizando la visión artificial para controlar los movimientos del personaje.
- Control de Movimiento : Introduce una imagen o video y el sistema de visión artificial interpretará los movimientos para controlar al personaje en el juego.
- Interacción en Tiempo Real : Introduce una transmisión en vivo y el sistema de visión artificial podrá interactuar con el juego en tiempo real.
- Python
Librerías:
- cv2
- mediapipe
- math
- keyboard
Para ejecutar este programa, necesitarás tener instalado Python en tu sistema asi copmo tambien todas las librerias.
Este proyecto está bajo la licencia MIT. Consulta el archivo LICENSE
para obtener más detalles.
This project is an implementation of an artificial vision system to play Mario Kart, made with Python.
It allows users to interact with the Mario Kart game, using artificial vision to control the character's movements.
- Movement Control: Introduce an image or video and the artificial vision system will interpret the movements to control the character in the game.
- Real-Time Interaction: Introduce a live stream and the artificial vision system will be able to interact with the game in real time.
- Python
Libraries:
- cv2
- mediapipe
- math
- keyboard
To run this program, you will need to have Python installed on your system as well as all the libraries.
This project is under the MIT license. Check the LICENSE
file for more details.