alifalhasan commited on
Commit
e4613fe
1 Parent(s): 56566bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -28,16 +28,19 @@ library_name: transformers
28
  ---
29
 
30
 
31
- # Top 5 EPL Teams' Emblem Identifier
32
- A simple and well designed web app to identify the emblem of the top 5 teams of **EPL(English Premier League)** namely **Arsenal, Chelsea, Liverpool, Manchester City** and **Manchester United**.
33
 
34
 
35
  ### Requirements
36
- - [Python 3.11](https://python.org/)
37
- - [NumPy](https://numpy.org/)
38
- - [SciPy](https://scipy.org/)
39
- - [Gradio](https://www.gradio.app/)
40
- - [Tensorflow](https://tensorflow.org/)
 
 
 
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