Create app.py
Browse files
app.py
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
#Librerías necesarias
|
| 3 |
+
import os
|
| 4 |
+
import re
|
| 5 |
+
import numpy as np
|
| 6 |
+
import matplotlib.pyplot as plt
|
| 7 |
+
import tensorflow as tf
|
| 8 |
+
import keras
|
| 9 |
+
from keras import layers
|
| 10 |
+
from keras.applications import MobileNetV2
|
| 11 |
+
from keras.layers impor TextVectorization
|
| 12 |
+
from gtts import gTTS
|