Create new file
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
spacy~=3.0.5
|
2 |
+
en-core-web-mm @ https://huggingface.co/spacy/en_core_web_md/resolve/main/en_core_web_md-any-py3-none-any.whl
|
3 |
+
tensorflow~=2.5.0
|
4 |
+
|
5 |
+
|
6 |
+
import re
|
7 |
+
import numpy
|
8 |
+
import tflearn
|
9 |
+
import tensorflow
|
10 |
+
|
11 |
+
import datetime
|
12 |
+
import random
|
13 |
+
|
14 |
+
import gradio as gr
|