alifalhasan
commited on
Commit
•
e4613fe
1
Parent(s):
56566bf
Update README.md
Browse files
README.md
CHANGED
@@ -28,16 +28,19 @@ library_name: transformers
|
|
28 |
---
|
29 |
|
30 |
|
31 |
-
#
|
32 |
-
A simple and well designed web app to
|
33 |
|
34 |
|
35 |
### Requirements
|
36 |
-
-
|
37 |
-
-
|
38 |
-
-
|
39 |
-
-
|
40 |
-
-
|
|
|
|
|
|
|
41 |
|
42 |
|
43 |
### Table Of Contents
|
|
|
28 |
---
|
29 |
|
30 |
|
31 |
+
# Arabic2English Translation
|
32 |
+
A simple and well designed web app to translate between **Arabic** and **English**.
|
33 |
|
34 |
|
35 |
### Requirements
|
36 |
+
- gradio
|
37 |
+
- torch>=1.6
|
38 |
+
- torchtext==0.6
|
39 |
+
- transformers
|
40 |
+
- nltk
|
41 |
+
- pandas
|
42 |
+
- spacy
|
43 |
+
- https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
44 |
|
45 |
|
46 |
### Table Of Contents
|