From 6684e90ef64cc5c51a54970d70ca368984ff2abb Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Sat, 5 Feb 2022 23:08:01 -0600 Subject: [PATCH] (spanish) 3-Web-App/README.md Translate file `3-Web-App/README.md` to spanish --- 3-Web-App/translations/README.es.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/3-Web-App/translations/README.es.md b/3-Web-App/translations/README.es.md index c78be166..cb0937dc 100644 --- a/3-Web-App/translations/README.es.md +++ b/3-Web-App/translations/README.es.md @@ -1,21 +1,21 @@ -# Build a web app to use your ML model +# Construye una aplicación web para usar tu modelo de aprendizaje automático -In this section of the curriculum, you will be introduced to an applied ML topic: how to save your Scikit-learn model as a file that can be used to make predictions within a web application. Once the model is saved, you'll learn how to use it in a web app built in Flask. You'll first create a model using some data that's all about UFO sightings! Then, you'll build a web app that will allow you to input a number of seconds with a latitude and a longitude value to predict which country reported seeing a UFO. +En esta sección del curso, se te presentará un tema de aprendizaje automático aplicado: cómo guardar tu modelo Scikit-learn como un archivo que puede ser usado para realizar predicciones desde una aplicación web. Una vez que el modelo es guardado, aprenderás cómo usarlo en una aplicación web construida en Flask. ¡Primero crearás un modelo usando algunos datos relacionados con avistamiento de OVNIs! Luego, construirás una aplicación web que te permitirá ingresar un número de segundos con un valor de latitud y longitud para así predecir qué país reportó haber visto un OVNI. -![UFO Parking](images/ufo.jpg) +![Estacionamiento de OVNIs](../images/ufo.jpg) -Photo by Michael Herren on Unsplash +Fotografía de Michael Herren en Unsplash -## Lessons +## Lecciones -1. [Build a Web App](1-Web-App/README.md) +1. [Construye una aplicación web](../1-Web-App/translations/README.es.md) -## Credits +## Créditos -"Build a Web App" was written with ♥️ by [Jen Looper](https://twitter.com/jenlooper). +"Construye una aplicación web"fue escrito con ♥️ por [Jen Looper](https://twitter.com/jenlooper). -♥️ The quizzes were written by Rohan Raj. +♥️ Los cuestionariosfueron escritos por Rohan Raj. -The dataset is sourced from [Kaggle](https://www.kaggle.com/NUFORC/ufo-sightings). +Los conjuntos de datos fueron tomados de [Kaggle](https://www.kaggle.com/NUFORC/ufo-sightings). -The web app architecture was suggested in part by [this article](https://towardsdatascience.com/how-to-easily-deploy-machine-learning-models-using-flask-b95af8fe34d4) and [this repo](https://github.com/abhinavsagar/machine-learning-deployment) by Abhinav Sagar. +La arquitectura de la aplicación web fue sugerida en parte por [este artículo](https://towardsdatascience.com/how-to-easily-deploy-machine-learning-models-using-flask-b95af8fe34d4) and [this repo](https://github.com/abhinavsagar/machine-learning-deployment) por Abhinav Sagar.