https://github.com/glaucia86/livecoding-msdeveloper-python
Repositorio responsable de las demos y códigos realizadas durante la codificación en vivo en el canal de Twitch Microsoft Developer.
https://github.com/glaucia86/livecoding-msdeveloper-python
cognitive-services python python3 translator-text-api
Last synced: 11 months ago
JSON representation
Repositorio responsable de las demos y códigos realizadas durante la codificación en vivo en el canal de Twitch Microsoft Developer.
- Host: GitHub
- URL: https://github.com/glaucia86/livecoding-msdeveloper-python
- Owner: glaucia86
- License: mit
- Created: 2020-06-16T23:40:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:45:11.000Z (over 3 years ago)
- Last Synced: 2025-04-02T05:47:15.254Z (about 1 year ago)
- Topics: cognitive-services, python, python3, translator-text-api
- Language: Python
- Homepage:
- Size: 583 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live Coding Microsoft Developer on Twitch - Python Cognitive Services
Repositorio responsable de las demos y códigos realizadas durante la codificación en vivo en el canal de **[Twitch Microsoft Developer](https://www.twitch.tv/microsoftdeveloper)**.
## 📙 ¿Qué voy a aprender?
Durante esta codificación en vivo, aprenderá a crear aplicaciones inteligentes utilizando Python y los servicios cognitivos. Utilizaremos el servicio llamado **[Translator Text API](https://docs.microsoft.com/azure/cognitive-services/translator/?WT.mc_id=javascript-0000-gllemos)**.
## 🚀 Recursos Utilizados
* **[Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=javascript-0000-gllemos)**
* **[Python v.3](https://www.python.org/downloads/)**
* **[Conta Azure - Conta Gratuita](https://azure.microsoft.com/?WT.mc_id=javascript-0000-gllemos)**
## ⭐️Azure for Students
Si es estudiante en cualquier colegio o universidad, puede crear su cuenta de Azure for Students **[Azure for Students](https://azure.microsoft.com/free/students/?WT.mc_id=javascript-0000-gllemos)**. Esta cuenta le dará el beneficio de tener un crédito de $ 100 para usar los servicios de forma gratuita, sin tener una tarjeta de crédito. Para activar esta cuenta, haga clic: **[AQUÍ](https://azure.microsoft.com/free/students/?WT.mc_id=javascript-0000-gllemos)**
## ❗️ Ejecutando la Aplicación Localmente
1. Ejecutar el comando
```bash
> pip freeze > requirements.txt
```
2. Después de la instalación, incluya la `key` y el `endpoint` creados en el Portal de Azure para la API de Translator Text
3. Después ejecutar el comando adentro de la caperta: `demo-1` o `demo-2`:
```bash
> python
```
## ⭐️Links & Recursos Importantes
- ✅ **[Contenidos sobre Translator Text](https://docs.microsoft.com/azure/cognitive-services/translator/translator-info-overview?WT.mc_id=javascript-0000-gllemos)**
- ✅ **[Cursos Gratis - Cognitive Speech Services](https://docs.microsoft.com/learn/paths/translate-speech-with-speech-services/?WT.mc_id=javascript-0000-gllemos)**
- ✅ **[Cursos Gratis - Cognitive Services](https://docs.microsoft.com/learn/browse/?term=cognitive&WT.mc_id=javascript-0000-gllemos)**
- ✅ **[Curso Gratis - Ingeniero de I.A](https://docs.microsoft.com/learn/browse/?roles=ai-engineer&WT.mc_id=javascript-0000-gllemos)**
- ✅ **[E-book Grátis: Crie tu primero bot inteligente con a I.A](https://azure.microsoft.com/resources/create-your-first-intelligent-bot-with-microsoft-ai-pt-br/?WT.mc_id=javascript-0000-gllemos)**
- ✅ **[Teste Gratis - Cognitive Services](https://azure.microsoft.com/services/cognitive-services/?WT.mc_id=javascript-0000-gllemos)**
- ✅ **[Teste Gratis A.I](https://azure.microsoft.com/free/ai/?WT.mc_id=javascript-0000-gllemos)**
- ✅ **[A.I School](https://aischool.microsoft.com/home?WT.mc_id=javascript-0000-gllemos)**
## ❓ Tengo dudas ... ¿Qué hago?
Si tiene preguntas sobre los códigos de proyecto relacionados con los workshops, no dude en abrir un **[ISSUE AQUI](https://github.com/glaucia86/livecoding-msdeveloper-python/issues)**. ¡Tan pronto como sea posible, responderé cualquier pregunta que pueda tener!