Giter Site home page Giter Site logo

adastra-codefest's Introduction

CODEFEST 2023

Aquí encontrarás las instrucciones sobre cómo descargar el archivo requirements.txt y cómo utilizar dos archivos en el repositorio.

Descargar requirements.txt

Para descargar el archivo requirements.txt, sigue los siguientes pasos:

  1. Asegúrate de tener instalado Python en tu sistema.
  2. Abre una terminal o línea de comandos.
  3. Navega hasta el directorio donde se encuentra el repositorio.
  4. Ejecuta el siguiente comando:

pip install -r requirements.txt

Esto instalará todas las dependencias especificadas en el archivo requirements.txt.

Utilizar dos archivos en el repositorio

Para utilizar dos archivos en el repositorio, sigue los siguientes pasos:

  1. Asegúrate de haber descargado y configurado todas las dependencias del proyecto siguiendo las instrucciones anteriores.
  2. Identifica los dos archivos que deseas utilizar en el repositorio.
  3. Puedes importar estos archivos en tu código Python utilizando la siguiente sintaxis:
from news_ner import *
from unet_video import *

ner_from_file(text_path, output_path)
ner_from_url(url,path file json)
ner_from_str(text, output_path)

train_dir = "PATH"
img_size = (int, int)
train_data, train_labels = load_and_preprocess_data(train_dir, img_size)

model, history, test_data, test_labels_processed = process_labels_and_train(model, train_data, train_labels, img_size)
plot_results(history, model, test_data, test_labels_processed)

adastra-codefest's People

Contributors

bgarzonm avatar

Stargazers

Thomas 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.