Skip to content
View marcolg2404's full-sized avatar
:shipit:
:shipit:
  • Buk
  • Santiago, Chile.

Highlights

  • Pro

Block or report marcolg2404

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

Hi there 👋

Pinned Loading

  1. Instalacion de Docker y Docker-compose Instalacion de Docker y Docker-compose
    1
    echo "Se comienza actualizando Ubuntu para obtener las ultimas actualizaciones de repositorio"
    2
    sudo apt-get update
    3
    echo "Se habilita el acceso a los repositorios de DOcker a través de HTTPS"
    4
    sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
    5
    echo "Se agrega la key de docker"
  2. ApiReconocimientoVoz ApiReconocimientoVoz Public

    Api desarrollada en flask para el reconocimiento de voz. Esto como parte de la segunda evaluación correspondiente a la asignatura "Computación paralela y distruibuida".

    Python

  3. OSLforDogsBreeds OSLforDogsBreeds Public

    One-shot learning project for the identification of dog breeds.

    Jupyter Notebook

  4. ProyectoParaleloN-1 ProyectoParaleloN-1 Public

    Repositorio para el "Proyecto Paralelo Nº1" para el ramo "Computación Paralela y Distribuida".

    C++