Giter VIP home page Giter VIP logo

ia_projectfinal's Introduction

Sign Language

Integrantes:

  • MAYCOL ALEXANDER CANAVERI TACO
  • JAIME MATEO GUTIERREZ MUÑOZ
  • JHON BERLY TAYPE ALCCACCAHUA
  • LEONARDO ALONSO RAMIREZ QUIROZ

Algoritmo_Genetico

Windows

Primero asegurarnos de tener instalado Python, para ello pueden recurrir a la pagina oficial para descargarlo e intalarlo.

Python

MacOS

No se, no tengo

Linux

De igual manera nos aseguramos primero de tener python instaldo, para ello usamos el siguiente comando:

python --version

Si nos da error, consideremos instalar python ya sea desde la pagina oficial Python o bien usando el siguiente comando dependiendo de la distribucion que use.

Ubuntu / Debian

sudo apt-get update
sudo apt-get install python3 python3-pip

Arch/Linux

sudo pacman -Syu
sudo pacman -S python3 python3-pip

Para ejecutar el proyecto se recomiendo hacer uso de un entorno virtual de python para mantener todo limpio y en caso de eliminar el el directorio, eliminarlo con todas las dependencias instaladas.

Para ello ejecutamos el siguiente comando dentro del directorio del repositoio clonado.

python3 -m venv .venv

Seguido activamos el entorno virtual, con el siguiente comando:

macOS/Linux

. .venv/bin/activate

Windows

.venv\Scripts\activate

Continuando usaremos el siguiente comando para instalar las dependencias

pip install -r requirements.txt

Ahora ejecutamos el codigo

python3 inference_classifier.py

y listo.

ia_projectfinal's People

Contributors

maycolzx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.