Spaces:
Runtime error
Runtime error
CamiloVega
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
title: AI NEWS
|
3 |
-
emoji:
|
4 |
colorFrom: gray
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
-
short_description: 'AI News Assistant
|
12 |
---
|
|
|
13 |
# Generador de Noticias Optimizado
|
14 |
|
15 |
Una herramienta eficiente para generar noticias a partir de m煤ltiples fuentes de informaci贸n.
|
@@ -17,20 +18,33 @@ Una herramienta eficiente para generar noticias a partir de m煤ltiples fuentes d
|
|
17 |
## Caracter铆sticas principales
|
18 |
|
19 |
- Procesamiento de documentos (PDF, DOCX, XLSX, CSV)
|
20 |
-
- Transcripci贸n de audio
|
21 |
-
- An谩lisis de
|
22 |
-
- Generaci贸n de
|
23 |
-
- Interfaz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
-
|
|
|
|
|
26 |
|
27 |
-
|
28 |
-
- Instalar las dependencias con `pip install -r requirements.txt`
|
29 |
-
- Configurar las variables de entorno necesarias
|
30 |
|
31 |
-
|
|
|
|
|
32 |
|
33 |
-
1. Ejecuta el script principal:
|
34 |
```bash
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: AI NEWS
|
3 |
+
emoji: 馃摪
|
4 |
colorFrom: gray
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.26.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
+
short_description: 'AI News Assistant'
|
12 |
---
|
13 |
+
|
14 |
# Generador de Noticias Optimizado
|
15 |
|
16 |
Una herramienta eficiente para generar noticias a partir de m煤ltiples fuentes de informaci贸n.
|
|
|
18 |
## Caracter铆sticas principales
|
19 |
|
20 |
- Procesamiento de documentos (PDF, DOCX, XLSX, CSV)
|
21 |
+
- Transcripci贸n de audio autom谩tica
|
22 |
+
- An谩lisis de contenido web y redes sociales
|
23 |
+
- Generaci贸n de texto con AI
|
24 |
+
- Interfaz intuitiva
|
25 |
+
|
26 |
+
## Requisitos t茅cnicos
|
27 |
+
|
28 |
+
- Python 3.10+
|
29 |
+
- CPU environment
|
30 |
+
- 4GB+ RAM
|
31 |
+
|
32 |
+
## Modelo de IA
|
33 |
|
34 |
+
Este proyecto utiliza:
|
35 |
+
- DeepSeek-R1-Distill para generaci贸n de texto
|
36 |
+
- Whisper (tiny.en) para transcripci贸n de audio
|
37 |
|
38 |
+
## Dependencias
|
|
|
|
|
39 |
|
40 |
+
Las dependencias principales est谩n listadas en `requirements.txt`. Se requiere un entorno CPU.
|
41 |
+
|
42 |
+
## Configuraci贸n de Variables de Entorno
|
43 |
|
|
|
44 |
```bash
|
45 |
+
HUGGINGFACE_TOKEN=tu_token_aqu铆
|
46 |
+
```
|
47 |
+
|
48 |
+
## Licencia
|
49 |
+
|
50 |
+
Apache 2.0
|