Not a Web Designer

  1. ProyectoAlgoritmos2

    System that keeps track of positions and directions of ships, implementing algorithms to search and calculate possible collisions, all using Python.

    Python

  2. formVerdeGestion

    Demo of the tool implemented in verdegestion.com.ar

    HTML JavaScript

  3. Panima

    Preliminar deployment for Panima Group Website

    HTML JavaScript

  4. Voting-Flask

    Project using flask, websocket, and firebase login for a voting form

    Python Flask

  5. AI 1

    Repository for the subject of Artificial Intelligence I in the Computer Science degree at the Faculty of Engineering of UNCUYO.

    Python

  6. DOOM Master AI

    This project aims to compare different Reinforcement Learning techniques for training an agent to play the video game DOOM, evaluating how quickly and efficiently the agent can learn and maximize its score. Methods such as Q-Learning, PPO (Proximal Policy Optimization), and A2C were explored. Challenges included the complexity of the game environment and the need for real-time decision-making and object recognition. The agent interacts with three scenarios, where the main goal is to eliminate all enemies and survive as long as possible, using available actions like moving, rotating, and shooting. The project used a DOOM environment library from GitHub, integrated with Gymnasium and image processing tools. The report details the algorithms used, experimental design, results, analysis, and conclusions, including potential future work.

    Python

  7. Neo4j-Steam-DB

    This project fetches game details from the Steam Web API using a provided game ID and stores them in a Neo4j graph database. It retrieves information such as the game's name, type, description, system requirements, and DLCs. The code uses the decouple library for configuration, interacts with the Steam API, and executes Cypher queries to create Game and DLC nodes and their relationships in the database. A very important aspect is that it uses a Neo4j database to organize and manage the game data.

    Python Cypher Neo4j